auto-update

This commit is contained in:
2024-11-03 18:24:57 +02:00
parent cf845cae1b
commit e3a6d826f9
5 changed files with 37 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
{
"appId": "com.yourdomain.yourapp",
"appId": "com.github.Qortal.Qortal-Hub",
"directories": {
"buildResources": "resources"
},
@@ -14,13 +14,21 @@
"oneClick": false,
"allowToChangeInstallationDirectory": true
},
"publish": [
{
"provider": "github",
"owner": "Qortal",
"repo": "Qortal-Hub",
"releaseType": "draft"
}
],
"win": {
"target": "nsis",
"icon": "assets/appIcon.ico"
},
"linux": {
"target": ["AppImage"],
"category": "Utility", // Set a specific Linux category here
"category": "Utility",
"executableName": "Qortal",
"icon": "assets/qortal.png"
},