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/run_release.cmd
Scott E. Graves 4226095bd7 Startup changes
2017-04-29 20:21:46 -05:00

12 lines
137 B
Batchfile

@echo off
set ROOT=%~dp0%
pushd "%ROOT%"
call build_release_x64.cmd
pushd "%ROOT%dist\Release"
start siadrive.exe
popd
popd