1
0

Startup changes

This commit is contained in:
Scott E. Graves
2017-04-29 20:21:46 -05:00
parent 7c0144f308
commit 4226095bd7
5 changed files with 137 additions and 126 deletions

View File

@@ -1,5 +1,12 @@
@echo off
set ROOT=%~dp0%
pushd "%ROOT%dist\Release"
start siadrive.exe
pushd "%ROOT%"
call build_release_x64.cmd
pushd "%ROOT%dist\Release"
start siadrive.exe
popd
popd