diff --git a/apps/app/tauri-release.conf.json b/apps/app/tauri-release.conf.json index 965173f80..bd8472ec8 100644 --- a/apps/app/tauri-release.conf.json +++ b/apps/app/tauri-release.conf.json @@ -3,7 +3,7 @@ "createUpdaterArtifacts": "v1Compatible", "windows": { "certificateThumbprint": "6007d6ed9b1ba057aa29144d58ca3ed89ac4ef94", - "signCommand": "jsign.bat --storetype ETOKEN --alg SHA-256 --storepass $DIGICERT_PASSWORD --tsurl https://timestamp.digicert.com %1" + "signCommand": "bash -c jsign.bat --storetype ETOKEN --alg SHA-256 --storepass $DIGICERT_PASSWORD --tsurl https://timestamp.digicert.com %1" } }, "build": {