diff --git a/scripts/electron-package.sh b/scripts/electron-package.sh index 5698dc7c6f..a7aa56d071 100755 --- a/scripts/electron-package.sh +++ b/scripts/electron-package.sh @@ -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