Fix #26, regression in 86a936f

This commit is contained in:
Antonin Décimo
2015-11-17 20:09:07 +01:00
parent 86a936fbf0
commit f43a111c81
6 changed files with 15 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
# Android debug package
init_module "Android" "android" "A"
OPTIONS="A"
LONG_OPTIONS="activity:,update"
MOD_OPTIONS="A"
MOD_LONG_OPTIONS="activity:,update"
IDENTITY=$(echo $TITLE | sed -e 's/[^-a-zA-Z0-9_]/-/g' | tr '[:upper:]' '[:lower:]')
@@ -153,4 +153,3 @@ rm -rf src/com bin gen
exit_module

View File

@@ -1,7 +1,7 @@
# Debian package
init_module "Debian" "debian" "D"
OPTIONS="D"
LONG_OPTIONS=""
MOD_OPTIONS="D"
MOD_LONG_OPTIONS=""
IDENTITY=$(echo $TITLE | sed -e 's/[^-a-zA-Z0-9_]/-/g' | tr '[:upper:]' '[:lower:]')
@@ -101,4 +101,3 @@ rm -rf "$TEMP"
exit_module

View File

@@ -1,7 +1,7 @@
# Mac OS X
init_module "Mac OS X" "osx" "M"
OPTIONS="M"
LONG_OPTIONS=""
MOD_OPTIONS="M"
MOD_LONG_OPTIONS=""
IDENTITY=$(echo $TITLE | sed -e 's/[^-a-zA-Z0-9_]/-/g' | tr '[:upper:]' '[:lower:]')
@@ -97,4 +97,3 @@ fi
exit_module

View File

@@ -1,7 +1,7 @@
# Windows
init_module "Windows" "windows" "W"
OPTIONS="W::"
LONG_OPTIONS="appid:,installer"
MOD_OPTIONS="W::"
MOD_LONG_OPTIONS="appid:,installer"
if [[ -z $IDENTITY ]]; then
IDENTITY=$(echo $IDENTITY | sed -e 's/[^-a-zA-Z0-9_]/-/g' | tr '[:upper:]' '[:lower:]')
@@ -234,4 +234,3 @@ fi
exit_module