update electron-builder config

This commit is contained in:
2022-11-26 15:45:38 -06:00
parent 0852479e08
commit 6732fc5495
2 changed files with 24 additions and 5163 deletions
+10 -5157
View File
File diff suppressed because it is too large Load Diff
+14 -6
View File
@@ -40,24 +40,32 @@
"icon": "./src/img/",
"artifactName": "${name}.${os}.v${version}.${ext}",
"mac": {
"target": "zip",
"category": "Utilities",
"icon": "./src/img/icon.icns",
"electronLanguages": [
"en"
],
"publish": ["github"]
"publish": [
"github"
]
},
"win": {
"target": "portable",
"target": "NSIS",
"icon": "./src/img/icon.ico",
"publish": ["github"]
"publish": [
"github"
]
},
"nsis": {
"oneClick": false
},
"linux": {
"target": "deb",
"target": "AppImage",
"maintainer": "alec@stagehacks.com",
"category": "Utility",
"publish": ["github"]
"publish": [
"github"
]
}
}
}