feat: add metadata upload for Windows and Linux updates, update release file handling, and implement app version retrieval

This commit is contained in:
litruv
2026-02-22 00:13:00 +11:00
parent 00080782a3
commit e076bde9b0
4 changed files with 30 additions and 3 deletions

View File

@@ -32,6 +32,10 @@
],
"linux": {
"target": [
{
"target": "AppImage",
"arch": ["x64"]
},
{
"target": "deb",
"arch": ["x64"]
@@ -96,5 +100,11 @@
"createStartMenuShortcut": true,
"shortcutName": "Paarrot"
},
"publish": null
"publish": {
"provider": "github",
"owner": "litruv",
"repo": "cinny-desktop",
"host": "synbox.ruv.wtf:8418",
"protocol": "http"
}
}