From 892f4a234cd6fe1466a2b227e0c6d05caa5dfd86 Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Thu, 26 Feb 2026 13:37:42 +0100 Subject: [PATCH] Fix unsigned builds (PRs in CI) These were broken by the interaction of https://github.com/electron-userland/electron-builder/issues/1401 and our custom unsigned build config. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index fab4dff..d0481d2 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,9 @@ "appId": "tech.httptoolkit.desktop", "extends": null, "productName": "HTTP Toolkit", + "directories": { + "buildResources": "build-resources" + }, "extraMetadata": { "name": "httptoolkit", "productName": "httptoolkit",