OpenLieroX: bump version

This commit is contained in:
Sergii Pylypenko
2018-01-29 16:55:42 +02:00
parent 1d3e4fce94
commit 4c73f4c220
4 changed files with 9 additions and 7 deletions

View File

@@ -7,10 +7,10 @@ AppName="OpenLieroX"
AppFullName=openlierox.net
# Application version code (integer)
AppVersionCode=0591006
AppVersionCode=0591007
# Application user-visible version name (string)
AppVersionName="0.59b10a06"
AppVersionName="0.59b10a07"
# 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, other downloads should be selected by user from startup config menu
@@ -138,7 +138,7 @@ GenerateSubframeTouchEvents=n
ForceRelativeMouseMode=n
# Show on-screen dpad/joystick, that will act as arrow keys (y) or (n)
AppNeedsArrowKeys=y
AppNeedsArrowKeys=n
# On-screen dpad/joystick will appear under finger when it touches the screen (y) or (n)
# Joystick always follows finger, so moving mouse requires touching the screen with other finger
@@ -149,7 +149,7 @@ AppNeedsTextInput=n
# Application uses joystick (y) or (n), the on-screen DPAD will be used as joystick 0 axes 0-1
# This will disable AppNeedsArrowKeys option
AppUsesJoystick=n
AppUsesJoystick=y
# Application uses second on-screen joystick, as SDL joystick 0 axes 2-3 (y)/(n)
AppUsesSecondJoystick=n
@@ -264,8 +264,8 @@ APP_PLATFORM=android-21
# Specify architectures to compile, 'all' or 'y' to compile for all architectures.
# Available architectures: armeabi armeabi-v7a x86 mips arm64-v8a
MultiABI='armeabi-v7a' # arm64-v8a x86
#MultiABI='x86'
MultiABI='armeabi-v7a arm64-v8a' # arm64-v8a x86
#MultiABI='x86 x86_64'
# Optional shared libraries to compile - removing some of them will save space
# MP3 support by libMAD is encumbered by patents and libMAD is GPL-ed

View File

@@ -1,5 +1,7 @@
#!/bin/sh
cp -f keen.raw ../../../res/raw/
[ -e AndroidData/data.zip.xz ] && exit 0
cd src/share/gamedir
rm -f ../data.zip

Binary file not shown.