SDL: fixed build scripts

This commit is contained in:
pelya
2020-04-17 00:52:53 +03:00
parent 70f933c12a
commit 6b7505dc1f
5 changed files with 17 additions and 10 deletions

View File

@@ -7,10 +7,10 @@ AppName="OpenTTD"
AppFullName=org.openttd.sdl
# Application version code (integer)
AppVersionCode=110186
AppVersionCode=110187
# Application user-visible version name (string)
AppVersionName="1.10.1.86"
AppVersionName="1.10.1.87"
# 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
@@ -270,6 +270,7 @@ APP_PLATFORM=
# Specify architectures to compile, 'all' or 'y' to compile for all architectures.
# Available architectures: armeabi-v7a arm64-v8a x86 x86_64
MultiABI='arm64-v8a armeabi-v7a x86 x86_64'
#MultiABI=arm64-v8a
# Optional shared libraries to compile - removing some of them will save space
# MP3 patents are expired, but libmad license is GPL, not LGPL