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