Co-Authored-By: Travis Ralston <travpc@gmail.com>
pull/11126/head
David Baker 2019-10-18 10:08:43 +01:00 committed by GitHub
parent d6884d5b0f
commit 3545b2751d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ if [ -z "$NOTARIZE_APPLE_ID" ]; then
fi
osslsigncode -h 2> /dev/null
if [ $? -ne 255 ]; then # osslsigncode exits with 255 after printing usgae...
if [ $? -ne 255 ]; then # osslsigncode exits with 255 after printing usage...
echo "osslsigncode not found"
exit
fi