mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-25 07:45:41 +03:00
add no-op in release script on windows
This commit is contained in:
parent
99c6710f1a
commit
8847681c71
@ -140,7 +140,8 @@ if [ "$DO_SIGN" = "true" ]; then
|
||||
export SIGN_KEY="$APPIMAGE_KEY_ID"
|
||||
export APPIMAGETOOL_SIGN_PASSPHRASE="$APPIMAGE_KEY_PASSPHRASE"
|
||||
elif [ "$OS" == "windows" ]; then
|
||||
# Nothing extra to add.
|
||||
# Nothing to do on windows
|
||||
:;
|
||||
else
|
||||
error "signing is not supported on $(uname -s)"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user