From 8db1047b77ac7fee6684e9f9ab08517c02431b68 Mon Sep 17 00:00:00 2001 From: WardPearce Date: Wed, 30 Oct 2024 00:00:20 +1300 Subject: [PATCH] Fix electron trying to publish everything to snap --- materialious/electron/electron-builder.config.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/materialious/electron/electron-builder.config.json b/materialious/electron/electron-builder.config.json index dfd1e607..a28a7ccd 100644 --- a/materialious/electron/electron-builder.config.json +++ b/materialious/electron/electron-builder.config.json @@ -33,6 +33,9 @@ "allowToChangeInstallationDirectory": true }, "win": { + "publish": [ + "github" + ], "target": [ { "target": "nsis", @@ -65,10 +68,16 @@ ] }, "mac": { + "publish": [ + "github" + ], "category": "Entertainment", "target": "dmg" }, "linux": { + "publish": [ + "github" + ], "target": [ { "target": "deb",