fix: update homepage URL and configure auto-updater in main process
Some checks failed
Build / increment-version (push) Successful in 8s
Build / build-linux (push) Successful in 2m32s
Build / create-release (push) Has been cancelled
Build / build-windows (push) Has been cancelled

This commit is contained in:
2026-04-22 03:25:21 +10:00
parent c8ceeccc8c
commit dd790d3336
3 changed files with 65 additions and 240 deletions

View File

@@ -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"
}
]