Update update/publish source
This commit is contained in:
parent
d64a85c4c5
commit
effb625515
@ -1,6 +1,5 @@
|
|||||||
owner: ArisuOngaku
|
provider: generic
|
||||||
repo: tabs
|
url: "https://update.eternae.ink/arisu/tabs"
|
||||||
provider: github
|
|
||||||
updaterCacheDirName: tabs-updater
|
updaterCacheDirName: tabs-updater
|
||||||
publisherName:
|
publisherName:
|
||||||
- Alice Gaudon
|
- Alice Gaudon
|
||||||
|
33
package.json
33
package.json
@ -62,6 +62,12 @@
|
|||||||
"resources/**/*",
|
"resources/**/*",
|
||||||
"build/**/*"
|
"build/**/*"
|
||||||
],
|
],
|
||||||
|
"publish": [
|
||||||
|
{
|
||||||
|
"provider": "generic",
|
||||||
|
"url": "https://update.eternae.ink/arisu/tabs"
|
||||||
|
}
|
||||||
|
],
|
||||||
"linux": {
|
"linux": {
|
||||||
"target": "AppImage",
|
"target": "AppImage",
|
||||||
"icon": "resources/images/logo.png",
|
"icon": "resources/images/logo.png",
|
||||||
@ -70,39 +76,18 @@
|
|||||||
"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/images/logo.png",
|
"icon": "resources/images/logo.png",
|
||||||
"publisherName": "Alice Gaudon",
|
"publisherName": "Alice Gaudon",
|
||||||
"verifyUpdateCodeSignature": "false",
|
"verifyUpdateCodeSignature": "false"
|
||||||
"publish": [
|
|
||||||
{
|
|
||||||
"provider": "github",
|
|
||||||
"owner": "ArisuOngaku",
|
|
||||||
"repo": "tabs"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
"target": "default",
|
"target": "default",
|
||||||
"icon": "resources/images/logo.png",
|
"icon": "resources/images/logo.png",
|
||||||
"category": "public.app-category.utilities",
|
"category": "public.app-category.utilities"
|
||||||
"publish": [
|
|
||||||
{
|
|
||||||
"provider": "github",
|
|
||||||
"owner": "ArisuOngaku",
|
|
||||||
"repo": "tabs"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"electronVersion": "10.1.5"
|
"electronVersion": "10.1.5"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user