mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-28 22:03:30 +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 SIGN_KEY="$APPIMAGE_KEY_ID"
|
||||||
export APPIMAGETOOL_SIGN_PASSPHRASE="$APPIMAGE_KEY_PASSPHRASE"
|
export APPIMAGETOOL_SIGN_PASSPHRASE="$APPIMAGE_KEY_PASSPHRASE"
|
||||||
elif [ "$OS" == "windows" ]; then
|
elif [ "$OS" == "windows" ]; then
|
||||||
# Nothing extra to add.
|
# Nothing to do on windows
|
||||||
|
:;
|
||||||
else
|
else
|
||||||
error "signing is not supported on $(uname -s)"
|
error "signing is not supported on $(uname -s)"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user