update builder config

This commit is contained in:
PhilReact 2024-12-21 03:56:38 +02:00
parent 8ade9058ec
commit 9b88887a63

View File

@ -19,7 +19,8 @@
], ],
"win": { "win": {
"target": ["nsis", "portable"], "target": ["nsis", "portable"],
"icon": "assets/appIcon.ico" "icon": "assets/appIcon.ico",
"artifactName": "Qortal-Hub-Setup_${version}.exe",
}, },
"linux": { "linux": {
"target": ["AppImage"], "target": ["AppImage"],
@ -28,23 +29,25 @@
"desktop": { "desktop": {
"StartupWMClass": "qortal-ui" "StartupWMClass": "qortal-ui"
}, },
"executableName": "Qortal Hub", "executableName": "Qortal-Hub",
"icon": "assets/png", "icon": "assets/png",
"asar": true "asar": true
}, },
"deb": { "deb": {
"artifactName": "Qortal-Hub-Setup.${ext}", "artifactName": "Qortal-Hub-Setup_${version}.${ext}",
"synopsis": "Qortal Hub for Linux" "synopsis": "Qortal Hub for Linux"
}, },
"appImage": { "appImage": {
"artifactName": "Qortal-Hub.${ext}" "artifactName": "Qortal-Hub.${ext}"
}, },
"snap": { "snap": {
"artifactName": "Qortal-Hub-Setup.${ext}", "artifactName": "Qortal-Hub-Setup_${version}.${ext}",
"synopsis": "Qortal Hub for Linux" "synopsis": "Qortal Hub for Linux"
}, },
"mac": { "mac": {
"category": "your.app.category.type", "category": "your.app.category.type",
"target": "dmg" "target": "dmg"
} },
"productName": "Qortal Hub"
} }