Fix syntax error

This commit is contained in:
Miguel Horta
2022-04-17 22:15:37 +01:00
parent c87e13d96f
commit e058499e89
2 changed files with 8 additions and 7 deletions

View File

@@ -13,7 +13,8 @@ build_release=true
# Check environment before continuing
if ! $(which adb zipalign apksigner jarsigner ndk-build java cmake > /dev/null); then
echo "One of the follow binaries is missing. Check your environment";
echo "adb arch zipalign apksigner jarsigner ndk-build java cmake";
echo "adb zipalign apksigner jarsigner ndk-build java cmake";
which adb zipalign apksigner jarsigner ndk-build java cmake;
exit 1;
fi
@@ -89,7 +90,7 @@ if ! [ -e project/local.properties ] && \
project/AndroidManifestTemplate.xml \
-cnewer \
project/src/Globals.java \
)"
)" \
];
then
./changeAppSettings.sh -a

View File

@@ -7,10 +7,10 @@ AppName="OpenTTD"
AppFullName=org.openttd.sdl
# Application version code (integer)
AppVersionCode=1220110
AppVersionCode=1220111
# Application user-visible version name (string)
AppVersionName="12.2.rev110"
AppVersionName="12.2.rev111"
# 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