Merge pull request #694 from Materialious/fix/electron-build-config
Fix electron trying to publish everything to snap
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user