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:
@@ -15,7 +15,7 @@ fi
|
||||
# Options
|
||||
while getoptex "$SCRIPT_ARGS" "$@"
|
||||
do
|
||||
if [ "$OPTOPT" = "icon" ]; then
|
||||
if [ "$OPTOPT" = "win-icon" ]; then
|
||||
PROJECT_ICO=$OPTARG
|
||||
fi
|
||||
done
|
||||
|
Reference in New Issue
Block a user