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