SuperTux: bump version to remove the app from Cardboard-specific list

This commit is contained in:
Sergii Pylypenko
2016-01-11 20:33:10 +02:00
parent e6d455cbe9
commit 48bb326ed9
2 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
if [ -e supertux/patched.successfully ]; then
exit 0
else
git clone https://github.com/SuperTux/supertux.git || exit 1
git clone --depth 1 --branch release/0.4 https://github.com/SuperTux/supertux.git || exit 1
git -C supertux submodule update --init || exit 1
patch -p1 -d supertux < android.diff && touch supertux/patched.successfully || exit 1
ln -sf supertux/data/images/engine/icons/supertux-256x256.png icon.png