Merge branch 'WagicProject:master' into master

This commit is contained in:
Eduardo MG
2023-05-13 15:57:47 -06:00
committed by GitHub
38 changed files with 4913 additions and 746 deletions

View File

@@ -27,7 +27,7 @@ cd ../..
# we create resource package
if [ "$BUILD_RES" = "YES" ] || [ "$BUILD_PSP" = "YES" ]; then
cd projects/mtg/bin/Res
python createResourceZip.py
python2 createResourceZip.py
# if we let the zip here, Wagic will use it in the testsuite
# and we'll get 51 failed test cases
mv core_*.zip ../../../../core.zip