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/build_release_x64.cmd
Scott Graves 6451f0573f Build changes
2017-03-23 10:42:27 -05:00

5 lines
58 B
Batchfile

@echo off
pushd "%~dp0%"
call build.cmd Release
pause
popd