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",