mirror of
https://github.com/TangentFoxy/love-release.git
synced 2025-07-29 03:22:19 +00:00
Add zip compression level option. Fix exit_module function
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user