From 204939a59010df9a72d299610e62184f6c308ce4 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Fri, 15 Apr 2022 13:22:29 -0300 Subject: [PATCH] move electron-winstaller to optional dependency to not block arm32 usage --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f68ccc084bf..f96ea067a1e 100644 --- a/package.json +++ b/package.json @@ -161,7 +161,6 @@ "electron": "30.0.8", "electron-builder": "^24.13.3", "electron-packager": "^17.1.1", - "electron-winstaller": "^5.0.0", "eslint-plugin-github": "^4.10.1", "markdownlint-cli": "^0.32.2", "patch-package": "^8.0.0", @@ -171,6 +170,7 @@ }, "optionalDependencies": { "electron-installer-debian": "3.2.0", - "electron-installer-redhat": "3.4.0" + "electron-installer-redhat": "3.4.0", + "electron-winstaller": "^5.0.0" } }