From 9c3bc210f233fc6ca4dbb6eb789941d6770898b1 Mon Sep 17 00:00:00 2001 From: sawka Date: Thu, 12 Oct 2023 23:34:33 -0700 Subject: [PATCH] fix icon path --- forge.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge.config.js b/forge.config.js index f887ebfd..4580125b 100644 --- a/forge.config.js +++ b/forge.config.js @@ -55,7 +55,7 @@ module.exports = { "node_modules/fs-ext/**", "node_modules/fsevents/**", ], - icon: "icon/Prompt.icns", + icon: "public/Prompt.icns", osxNotarize: { tool: "notarytool", keychainProfile: "notarytool-creds",