Fix syntax error
This commit is contained in:
5
build.sh
5
build.sh
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user