Skip to content

Commit

Permalink
Fix windows sign
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Aug 28, 2024
1 parent 3768adc commit 023820e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/core/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"fragmentPaths": ["wix/service.wxs"],
"componentRefs": ["ServiceEntry"]
},
"signCommand": "trusted-signing-cli %1 -e 'https://wus2.codesigning.azure.net' -a mnr -c Profile3",
"signCommand": "trusted-signing-cli %1 -e https://wus2.codesigning.azure.net -a mnr -c Profile3",
"webviewInstallMode": {
"type": "skip"
}
Expand Down

0 comments on commit 023820e

Please sign in to comment.