mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-22 20:26:50 +00:00
auto-update
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user