Skip to content

Commit

Permalink
Sign only win bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Aug 29, 2024
1 parent 88d128e commit 7c2f6d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
8 changes: 1 addition & 7 deletions core/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,7 @@
},
"resources": [],
"shortDescription": "",
"targets": "all",
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": "",
"signCommand": "trusted-signing-cli %1 -e https://wus2.codesigning.azure.net -a mnr -c Profile3"
}
"targets": "all"
},
"security": {
"csp": "default-src blob: data: filesystem: ws: http: https: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'; script-src 'unsafe-eval'"
Expand Down
9 changes: 9 additions & 0 deletions core/tauri.windows.conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"tauri": {
"bundle": {
"windows": {
"signCommand": "trusted-signing-cli %1 -e https://wus2.codesigning.azure.net -a mnr -c Profile3"
}
}
}
}

0 comments on commit 7c2f6d4

Please sign in to comment.