mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2026-03-23 11:03:01 +00:00
pregsc
This commit is contained in:
11
ci/pregsc.bat
Normal file
11
ci/pregsc.bat
Normal file
@@ -0,0 +1,11 @@
|
||||
@echo off
|
||||
|
||||
pushd .\ci\
|
||||
if not exist ".\source\" mkdir .\source\
|
||||
if not exist ".\source\scripts\" mkdir .\source\scripts\
|
||||
if not exist ".\source\maps\" mkdir .\source\maps\
|
||||
|
||||
xcopy /y /s /e ..\scripts\ .\source\scripts\
|
||||
xcopy /y /s /e ..\maps\ .\source\maps\
|
||||
|
||||
preGSC.exe -noforeach -nopause
|
||||
Reference in New Issue
Block a user