diff --git a/.github/workflows/pregsc.yml b/.github/workflows/pregsc.ymloff similarity index 100% rename from .github/workflows/pregsc.yml rename to .github/workflows/pregsc.ymloff diff --git a/.gitignore b/.gitignore index 46ddfac..cae4a68 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,8 @@ logs/ demos/ missingasset.csv +compiled/ +source/ +maps/maps/ +maps/scripts/ +pregsc.dat diff --git a/ci/preGSC.exe b/ci/preGSC.exe deleted file mode 100644 index 0f56aa5..0000000 Binary files a/ci/preGSC.exe and /dev/null differ diff --git a/ci/pregsc.bat b/ci/pregsc.bat index 0a69d91..a192738 100644 --- a/ci/pregsc.bat +++ b/ci/pregsc.bat @@ -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