add no-op in release script on windows

This commit is contained in:
Josh Junon 2024-04-16 17:03:25 +02:00
parent 99c6710f1a
commit 8847681c71
No known key found for this signature in database

View File

@ -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