SuperTux: updated todo

This commit is contained in:
Sergii Pylypenko
2022-01-06 03:47:42 +02:00
parent 8f3d943292
commit 2d98c49a21
3 changed files with 13 additions and 6 deletions

View File

@@ -8,10 +8,12 @@ PASS=
[ -n "$ANDROID_KEYSTORE_PASS_FILE" ] && PASS="--ks-pass file:$ANDROID_KEYSTORE_PASS_FILE"
OUT=`pwd`/../../../../SuperTux-with-data.apk
DATAZIP=`pwd`/../../../../SuperTux-data.zip
rm -f $OUT $OUT-aligned
cp ../../../../project/app/build/outputs/apk/release/app-release.apk $OUT || exit 1
cd supertux/data || exit 1
zip -r -9 $OUT * || exit 1
zipalign 4 $OUT $OUT-aligned || exit 1
[ -e $DATAZIP ] || zip -r -9 $DATAZIP * || exit 1
cp -f ../../../../../../project/app/build/outputs/apk/release/app-release.apk $OUT || exit 1
zipmerge $OUT $DATAZIP
zipalign -p 4 $OUT $OUT-aligned || exit 1
mv $OUT-aligned $OUT
apksigner sign --ks $ANDROID_KEYSTORE_FILE --ks-key-alias $ANDROID_KEYSTORE_ALIAS $PASS $OUT || exit 1

View File

@@ -39,7 +39,12 @@ TODO, which will get actually done
- OpenLieroX: always dig while tapping Jump button, not just when in air.
- SuperTux: update to new upstream version.
- SuperTux: bring back jump helper.
- SuperTux: right click does not work in editor.
- SuperTux: worldmap is way laggy, bring back rect optimization.
- SuperTux: Back button does not work.
- SuperTux: World map resets progress after app restart.
- SuperTux: Cannot save config file.