This commit is contained in:
ineed bots 2024-03-20 13:04:27 -06:00
parent a9ea7acec3
commit 06dfea7790
4 changed files with 7 additions and 3 deletions

5
.gitignore vendored
View File

@ -4,3 +4,8 @@
logs/
demos/
missingasset.csv
compiled/
source/
maps/maps/
maps/scripts/
pregsc.dat

Binary file not shown.

View File

@ -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