Add zip compression level option. Fix exit_module function

This commit is contained in:
Antonin Décimo
2014-08-20 10:15:40 +02:00
parent cfa93f61d1
commit a3ac751f9e
6 changed files with 17 additions and 12 deletions

View File

@@ -29,9 +29,6 @@ if [ "$activity_defined_argument" = false ]; then
fi
create_love_file
# Android
MISSING_INFO=0
ERROR_MSG="Could not build Android package."
@@ -49,6 +46,10 @@ if [ "$MISSING_INFO" -eq 1 ]; then
exit_module "$MISSING_INFO" "$ERROR_MSG"
fi
create_love_file 0
LOVE_ANDROID_DIR="$CACHE_DIR"/love-android-sdl2
if [ -d "$LOVE_ANDROID_DIR" ]; then
cd "$LOVE_ANDROID_DIR"