update electron builder config
BIN
electron/assets/png/1024x1024.png
Normal file
After Width: | Height: | Size: 455 KiB |
BIN
electron/assets/png/128x128.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
electron/assets/png/16x16.png
Normal file
After Width: | Height: | Size: 668 B |
BIN
electron/assets/png/24x24.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
electron/assets/png/256x256.png
Normal file
After Width: | Height: | Size: 47 KiB |
BIN
electron/assets/png/32x32.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
electron/assets/png/48x48.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
electron/assets/png/512x512.png
Normal file
After Width: | Height: | Size: 158 KiB |
BIN
electron/assets/png/64x64.png
Normal file
After Width: | Height: | Size: 6.6 KiB |
BIN
electron/assets/png/96x96.png
Normal file
After Width: | Height: | Size: 11 KiB |
@ -3,12 +3,7 @@
|
|||||||
"directories": {
|
"directories": {
|
||||||
"buildResources": "resources"
|
"buildResources": "resources"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": ["assets/**/*", "build/**/*", "capacitor.config.*", "app/**/*"],
|
||||||
"assets/**/*",
|
|
||||||
"build/**/*",
|
|
||||||
"capacitor.config.*",
|
|
||||||
"app/**/*"
|
|
||||||
],
|
|
||||||
"nsis": {
|
"nsis": {
|
||||||
"allowElevation": true,
|
"allowElevation": true,
|
||||||
"oneClick": false,
|
"oneClick": false,
|
||||||
@ -17,20 +12,36 @@
|
|||||||
"publish": [
|
"publish": [
|
||||||
{
|
{
|
||||||
"provider": "github",
|
"provider": "github",
|
||||||
"owner": "Qortal",
|
"owner": "Qortal",
|
||||||
"repo": "Qortal-Hub",
|
"repo": "Qortal-Hub",
|
||||||
"releaseType": "draft"
|
"releaseType": "draft"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"win": {
|
"win": {
|
||||||
"target": "nsis",
|
"target": ["nsis", "portable"],
|
||||||
"icon": "assets/appIcon.ico"
|
"icon": "assets/appIcon.ico"
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"target": ["AppImage"],
|
"target": ["AppImage"],
|
||||||
"category": "Utility",
|
"category": "Network",
|
||||||
"executableName": "Qortal",
|
"packageCategory": "Network",
|
||||||
"icon": "assets/qortal.png"
|
"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": {
|
"mac": {
|
||||||
"category": "your.app.category.type",
|
"category": "your.app.category.type",
|
||||||
|
@ -3,8 +3,10 @@
|
|||||||
"version": "0.3.8",
|
"version": "0.3.8",
|
||||||
"description": "A desktop app that gives you access to the Qortal network",
|
"description": "A desktop app that gives you access to the Qortal network",
|
||||||
"author": {
|
"author": {
|
||||||
"name": ""
|
"name": "",
|
||||||
|
"email": "qortalblockchain@gmail.com"
|
||||||
},
|
},
|
||||||
|
"homepage": "https://qortal.dev",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": ""
|
"url": ""
|
||||||
|