fix: update homepage URL and configure auto-updater in main process
This commit is contained in:
@@ -87,20 +87,13 @@
|
||||
"squirrelWindows": {
|
||||
"name": "Paarrot",
|
||||
"loadingGif": "icons/icon.png",
|
||||
"iconUrl": "http://synbox.ruv.wtf:8418/litruv/cinny-desktop/raw/branch/main/icons/icon.ico",
|
||||
"remoteReleases": false
|
||||
"iconUrl": "https://raw.githubusercontent.com/Paarrot/Paarrot-Desktop/main/icons/icon.ico"
|
||||
},
|
||||
"publish": [
|
||||
{
|
||||
"provider": "generic",
|
||||
"url": "http://synbox.ruv.wtf:8418/litruv/cinny-desktop/releases/download/v${version}",
|
||||
"channel": "latest"
|
||||
},
|
||||
{
|
||||
"provider": "github",
|
||||
"owner": "Paarrot",
|
||||
"repo": "Paarrot-Desktop",
|
||||
"token": "${env.GH_TOKEN}",
|
||||
"releaseType": "release"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user