Fix Travis CI.

This commit is contained in:
Vittorio Alfieri
2023-05-09 00:19:40 +02:00
parent 103c8aa3c2
commit 95a37fd138
2 changed files with 6 additions and 6 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