SuperTux: unbump the version, and try with zero zip compression, to avoid double decompression
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user