update electron builder config

This commit is contained in:
PhilReact 2024-12-17 20:11:33 +02:00
parent d8de4dc879
commit 2db6fe5144
12 changed files with 26 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 668 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -3,12 +3,7 @@
"directories": {
"buildResources": "resources"
},
"files": [
"assets/**/*",
"build/**/*",
"capacitor.config.*",
"app/**/*"
],
"files": ["assets/**/*", "build/**/*", "capacitor.config.*", "app/**/*"],
"nsis": {
"allowElevation": true,
"oneClick": false,
@ -17,20 +12,36 @@
"publish": [
{
"provider": "github",
"owner": "Qortal",
"repo": "Qortal-Hub",
"owner": "Qortal",
"repo": "Qortal-Hub",
"releaseType": "draft"
}
],
"win": {
"target": "nsis",
"target": ["nsis", "portable"],
"icon": "assets/appIcon.ico"
},
"linux": {
"target": ["AppImage"],
"category": "Utility",
"executableName": "Qortal",
"icon": "assets/qortal.png"
"category": "Network",
"packageCategory": "Network",
"desktop": {
"StartupWMClass": "qortal-ui"
},
"executableName": "Qortal Hub",
"icon": "assets/png",
"asar": true
},
"deb": {
"artifactName": "Qortal-Hub-Setup.${ext}",
"synopsis": "Qortal Hub for Linux"
},
"appImage": {
"artifactName": "Qortal-Hub.${ext}"
},
"snap": {
"artifactName": "Qortal-Hub-Setup.${ext}",
"synopsis": "Qortal Hub for Linux"
},
"mac": {
"category": "your.app.category.type",

View File

@ -3,8 +3,10 @@
"version": "0.3.8",
"description": "A desktop app that gives you access to the Qortal network",
"author": {
"name": ""
"name": "",
"email": "qortalblockchain@gmail.com"
},
"homepage": "https://qortal.dev",
"repository": {
"type": "git",
"url": ""