mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-06 14:23:40 +00:00
update electron-builder config
This commit is contained in:
Generated
+10
-5157
File diff suppressed because it is too large
Load Diff
+14
-6
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user