fixed options parsing for enable macos NOTARIZE_APP
This commit is contained in:
parent
b62d0697be
commit
97457f17c1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ echo "Build script started ..."
|
||||||
|
|
||||||
set -o errexit -o nounset
|
set -o errexit -o nounset
|
||||||
|
|
||||||
while getopts n: flag
|
while getopts n flag
|
||||||
do
|
do
|
||||||
case "${flag}" in
|
case "${flag}" in
|
||||||
n) NOTARIZE_APP=1;;
|
n) NOTARIZE_APP=1;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue