mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
typo
Co-Authored-By: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
d6884d5b0f
commit
3545b2751d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user