mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-23 19:37:52 +00:00
update builder config
This commit is contained in:
parent
8ade9058ec
commit
9b88887a63
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user