mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 15:19:14 +00:00
update
This commit is contained in:
parent
a9ea7acec3
commit
06dfea7790
5
.gitignore
vendored
5
.gitignore
vendored
@ -4,3 +4,8 @@
|
||||
logs/
|
||||
demos/
|
||||
missingasset.csv
|
||||
compiled/
|
||||
source/
|
||||
maps/maps/
|
||||
maps/scripts/
|
||||
pregsc.dat
|
||||
|
BIN
ci/preGSC.exe
BIN
ci/preGSC.exe
Binary file not shown.
@ -1,11 +1,10 @@
|
||||
@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\
|
||||
xcopy /y /s /e .\scripts\ .\source\scripts\
|
||||
xcopy /y /s /e .\maps\ .\source\maps\
|
||||
|
||||
preGSC.exe -noforeach -nopause
|
||||
|
Loading…
x
Reference in New Issue
Block a user