Update electron-build configuration for all targets
This commit is contained in:
parent
e2f8fe048e
commit
6d1a69ff9c
34
package.json
34
package.json
@ -30,22 +30,46 @@
|
|||||||
"build": {
|
"build": {
|
||||||
"appId": "tabs-app",
|
"appId": "tabs-app",
|
||||||
"linux": {
|
"linux": {
|
||||||
"target": [
|
"target": "deb",
|
||||||
"dir"
|
"icon": "resources/logo.png",
|
||||||
],
|
|
||||||
"executableName": "tabs",
|
|
||||||
"category": "Utility",
|
"category": "Utility",
|
||||||
|
"executableName": "tabs",
|
||||||
"desktop": {
|
"desktop": {
|
||||||
"StartupWMClass": "Tabs",
|
"StartupWMClass": "Tabs",
|
||||||
"MimeType": "x-scheme-handler/tabs"
|
"MimeType": "x-scheme-handler/tabs"
|
||||||
|
},
|
||||||
|
"publish": [
|
||||||
|
{
|
||||||
|
"provider": "github",
|
||||||
|
"owner": "ArisuOngaku",
|
||||||
|
"repo": "tabs"
|
||||||
}
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"target": "nsis",
|
"target": "nsis",
|
||||||
"icon": "resources/logo.png",
|
"icon": "resources/logo.png",
|
||||||
"publisherName": "Alice Gaudon",
|
"publisherName": "Alice Gaudon",
|
||||||
"verifyUpdateCodeSignature": "true",
|
"verifyUpdateCodeSignature": "true",
|
||||||
"publish": ["github"]
|
"publish": [
|
||||||
|
{
|
||||||
|
"provider": "github",
|
||||||
|
"owner": "ArisuOngaku",
|
||||||
|
"repo": "tabs"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"mac": {
|
||||||
|
"target": "default",
|
||||||
|
"icon": "resources/logo.png",
|
||||||
|
"category": "public.app-category.utilities",
|
||||||
|
"publish": [
|
||||||
|
{
|
||||||
|
"provider": "github",
|
||||||
|
"owner": "ArisuOngaku",
|
||||||
|
"repo": "tabs"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"electronVersion": "8.0.3"
|
"electronVersion": "8.0.3"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user