iw5: more cursed macros (#2)
All checks were successful
Build / build-linux (push) Successful in 7s

This commit is contained in:
2024-03-21 09:28:02 +00:00
parent f1406bfb4f
commit 88d6e6add8
4 changed files with 23 additions and 11 deletions

View File

@ -9,6 +9,7 @@ cd ..
# ready for release
cp iw4/scripts/mp/_jump.gsc build/iw4
echo "Created release for IW4"
# replace gsc extension with c. It will make gcc very happy
mv iw5/scripts/mp/_jump.gsc iw5/scripts/mp/_jump.c
@ -21,3 +22,4 @@ python3 .gitea/scripts/clean.py _jump.in _jump.gsc
# ready for release
mv _jump.gsc build/iw5/_jump.gsc
echo "Created release for IW5"