Skip to content

Commit 8a9fc2b

Browse files
committed
fix jsign not running
1 parent 3442baa commit 8a9fc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/app/tauri-release.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"createUpdaterArtifacts": "v1Compatible",
44
"windows": {
55
"certificateThumbprint": "6007d6ed9b1ba057aa29144d58ca3ed89ac4ef94",
6-
"signCommand": "bash -c jsign.bat --storetype ETOKEN --alg SHA-256 --storepass $DIGICERT_PASSWORD --tsurl https://timestamp.digicert.com %1"
6+
"signCommand": "bash -c \"jsign.bat --storetype ETOKEN --alg SHA-256 --storepass $DIGICERT_PASSWORD --tsurl https://timestamp.digicert.com %1\""
77
}
88
},
99
"build": {

0 commit comments

Comments
 (0)