Startup changes
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
@echo off
|
||||
set ROOT=%~dp0%
|
||||
|
||||
pushd "%ROOT%dist\Debug"
|
||||
start siadrive.exe
|
||||
pushd "%ROOT%"
|
||||
|
||||
call build_debug_x64.cmd
|
||||
|
||||
pushd "%ROOT%dist\Debug"
|
||||
start siadrive.exe
|
||||
popd
|
||||
|
||||
popd
|
Reference in New Issue
Block a user