Prepack every asset

It should now be possible to install and play a game without downloading
anything from the internet

Bump to rev111
This commit is contained in:
Miguel Horta
2022-06-15 19:56:12 +01:00
committed by pelya
parent 0baa3f3eee
commit 4b73aece3c
22 changed files with 14302 additions and 11 deletions

View File

@@ -111,6 +111,6 @@ ${CMAKE_BIN_LOC}cmake --install openttd-$VER-$1 --prefix ./staging-openttd-$VER-
cp staging-openttd-$VER-$1/games/libapplication.so libapplication-$1.so;
mkdir -p ./data
cp -r staging-openttd-$VER-$1/share/games/application/* data/
./pack-data.sh
./pack-data.sh "${ARCH}"
set +e