5 lines
142 B
Batchfile
5 lines
142 B
Batchfile
@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 |