From a39994b6bf7884370c7e6f2da076ffa293fa4100 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Tue, 28 Feb 2023 12:21:03 -0800 Subject: [PATCH] Attempt to fix windows publish --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index b1704c3..451e6bb 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,7 @@ "img/" ], "afterSign": ".erb/scripts/Notarize.js", + "electronVersion": "22.3.1", "nsis": { "oneClick": false, "allowToChangeInstallationDirectory": true @@ -325,5 +326,10 @@ "hooks": { "pre-commit": "lint-staged" } + }, + "workspaces": { + "nohoist": [ + "electron" + ] } }