Launch scripts
This commit is contained in:
5
run_debug.cmd
Normal file
5
run_debug.cmd
Normal file
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
set ROOT=%~dp0%
|
||||
|
||||
set PATH=%ROOT%3rd_party\CEF\chromium_git\chromium\src\out\Debug_GN_x64;%PATH%
|
||||
start build\debug\Debug\siadrive.exe
|
5
run_release.cmd
Normal file
5
run_release.cmd
Normal file
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
set ROOT=%~dp0%
|
||||
|
||||
set PATH=%ROOT%3rd_party\CEF\chromium_git\chromium\src\out\Release_GN_x64;%PATH%
|
||||
start build\release\Release\siadrive.exe
|
Reference in New Issue
Block a user