1
0
This repository has been archived on 2025-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
siadrive/package_debug_x64.cmd
2017-04-15 01:05:41 -05:00

5 lines
58 B
Batchfile

@echo off
pushd "%~dp0%"
call package.cmd Debug
pause
popd