Merge pull request #694 from Materialious/fix/electron-build-config

Fix electron trying to publish everything to snap
This commit is contained in:
Ward
2024-10-30 00:18:51 +13:00
committed by GitHub
@@ -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",