From ea2330207932f632b5b7ad7c828c64436ecac552 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 8 Nov 2022 15:09:41 +0000 Subject: [PATCH] Disable MSI as they are failing with Error 217 (#447) --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index 2c9b96d..8639908 100644 --- a/package.json +++ b/package.json @@ -134,14 +134,10 @@ }, "win": { "target": [ - "squirrel", - "msi" + "squirrel" ], "sign": "scripts/electron_winSign" }, - "msi": { - "perMachine": true - }, "directories": { "output": "dist" },