SuperTux: unbump the version, and try with zero zip compression, to avoid double decompression

This commit is contained in:
Sergii Pylypenko
2022-01-11 21:21:12 +02:00
parent 26c565e2ba
commit 4fa235395f
3 changed files with 4 additions and 4 deletions

View File

@@ -7,10 +7,10 @@ AppName="SuperTux"
AppFullName=org.lethargik.supertux2
# Application version code (integer)
AppVersionCode=06324
AppVersionCode=06323
# Application user-visible version name (string)
AppVersionName="0.6.3.24"
AppVersionName="0.6.3.23"
# Specify path to download application data in zip archive in the form "Description|URL|MirrorURL^Description2|URL2|MirrorURL2^..."
# If you'll start Description with '!' symbol it will be enabled by default, '!!' will also hide the entry from the menu, so it cannot be disabled

View File

@@ -9,4 +9,4 @@ if [ -e $HOME/.local/share/supertux2/tilecache ]; then
mkdir -p tilecache
cp -f $HOME/.local/share/supertux2/tilecache/* tilecache/
fi
zip -r -9 $OUT .
zip -r -0 $OUT .