Skip to content

Commit 892f4a2

Browse files
committed
Fix unsigned builds (PRs in CI)
These were broken by the interaction of electron-userland/electron-builder#1401 and our custom unsigned build config.
1 parent fa1656a commit 892f4a2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
"appId": "tech.httptoolkit.desktop",
3131
"extends": null,
3232
"productName": "HTTP Toolkit",
33+
"directories": {
34+
"buildResources": "build-resources"
35+
},
3336
"extraMetadata": {
3437
"name": "httptoolkit",
3538
"productName": "httptoolkit",

0 commit comments

Comments
 (0)