Merge pull request #136 from amnezia-vpn/bugfix/notarize-app-macos

fixed options parsing for enable macos NOTARIZE_APP
This commit is contained in:
pokamest 2022-11-30 01:21:19 +01:00 committed by GitHub
commit 74860256b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;;