mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-20 02:05:52 +00:00
update builder config
This commit is contained in:
parent
8ade9058ec
commit
9b88887a63
@ -19,7 +19,8 @@
|
||||
],
|
||||
"win": {
|
||||
"target": ["nsis", "portable"],
|
||||
"icon": "assets/appIcon.ico"
|
||||
"icon": "assets/appIcon.ico",
|
||||
"artifactName": "Qortal-Hub-Setup_${version}.exe",
|
||||
},
|
||||
"linux": {
|
||||
"target": ["AppImage"],
|
||||
@ -28,23 +29,25 @@
|
||||
"desktop": {
|
||||
"StartupWMClass": "qortal-ui"
|
||||
},
|
||||
"executableName": "Qortal Hub",
|
||||
"executableName": "Qortal-Hub",
|
||||
"icon": "assets/png",
|
||||
"asar": true
|
||||
},
|
||||
"deb": {
|
||||
"artifactName": "Qortal-Hub-Setup.${ext}",
|
||||
"artifactName": "Qortal-Hub-Setup_${version}.${ext}",
|
||||
"synopsis": "Qortal Hub for Linux"
|
||||
},
|
||||
"appImage": {
|
||||
"artifactName": "Qortal-Hub.${ext}"
|
||||
},
|
||||
|
||||
"snap": {
|
||||
"artifactName": "Qortal-Hub-Setup.${ext}",
|
||||
"artifactName": "Qortal-Hub-Setup_${version}.${ext}",
|
||||
"synopsis": "Qortal Hub for Linux"
|
||||
},
|
||||
"mac": {
|
||||
"category": "your.app.category.type",
|
||||
"target": "dmg"
|
||||
}
|
||||
},
|
||||
"productName": "Qortal Hub"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user