mirror of
https://github.com/TangentFoxy/love-release.git
synced 2025-07-29 03:22:19 +00:00
Conflicting options are now prefixed #8
This commit is contained in:
@@ -16,9 +16,9 @@ fi
|
||||
# Options
|
||||
while getoptex "$SCRIPT_ARGS" "$@"
|
||||
do
|
||||
if [ "$OPTOPT" = "icon" ]; then
|
||||
if [ "$OPTOPT" = "osx-icon" ]; then
|
||||
PROJECT_ICNS=$OPTARG
|
||||
elif [ "$OPTOPT" = "maintainer-name" ]; then
|
||||
elif [ "$OPTOPT" = "osx-maintainer-name" ]; then
|
||||
MAINTAINER_NAME=$OPTARG
|
||||
fi
|
||||
done
|
||||
|
Reference in New Issue
Block a user