fixed options parsing for enable macos NOTARIZE_APP

This commit is contained in:
vladimir.kuznetsov 2022-11-29 22:11:02 +03:00
parent b62d0697be
commit 97457f17c1

View file

@ -3,7 +3,7 @@ echo "Build script started ..."
set -o errexit -o nounset
while getopts n: flag
while getopts n flag
do
case "${flag}" in
n) NOTARIZE_APP=1;;