feat: add metadata upload for Windows and Linux updates, update release file handling, and implement app version retrieval
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user