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:
@@ -26,9 +26,6 @@ if [ "$package_name_defined_argument" = false ]; then
|
||||
fi
|
||||
|
||||
|
||||
create_love_file
|
||||
|
||||
|
||||
# Debian
|
||||
MISSING_INFO=0
|
||||
ERROR_MSG="Could not build Debian package."
|
||||
@@ -57,6 +54,9 @@ if [ "$MISSING_INFO" -eq 1 ]; then
|
||||
fi
|
||||
|
||||
|
||||
create_love_file 9
|
||||
|
||||
|
||||
TEMP=`mktemp -d`
|
||||
mkdir -p $TEMP/DEBIAN
|
||||
|
||||
|
Reference in New Issue
Block a user