57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"appId": "org.qortal.Qortal-Hub",
|
|
"productName": "Qortal Hub",
|
|
"copyright": "Copyright © 2021 - 2025 Qortal",
|
|
"compression": "normal",
|
|
"asar": true,
|
|
"extraResources": [
|
|
{
|
|
"from": "resources/presence_bridge.py",
|
|
"to": "reticulum/presence_bridge.py"
|
|
},
|
|
{
|
|
"from": "resources/mesh-network.identity",
|
|
"to": "reticulum/mesh-network.identity"
|
|
},
|
|
{
|
|
"from": "resources/mesh-network.passphrase",
|
|
"to": "reticulum/mesh-network.passphrase"
|
|
},
|
|
{
|
|
"from": "resources/reticulum",
|
|
"to": "reticulum"
|
|
}
|
|
],
|
|
"files": ["assets/**/*", "build/**/*", "capacitor.config.*", "app/**/*"],
|
|
"asarUnpack": ["build/src/ed25519-verify.worker.js"],
|
|
"win": {
|
|
"legalTrademarks": "QORTAL.ORG",
|
|
"icon": "assets/appIcon.ico",
|
|
"target": ["nsis", "portable"]
|
|
},
|
|
"nsis": {
|
|
"artifactName": "Qortal-Hub-Setup-win64.${ext}",
|
|
"include": "resources/installer.nsh",
|
|
"allowElevation": true,
|
|
"oneClick": false,
|
|
"allowToChangeInstallationDirectory": true,
|
|
"perMachine": true,
|
|
"runAfterFinish": true,
|
|
"deleteAppDataOnUninstall": true,
|
|
"createDesktopShortcut": true,
|
|
"createStartMenuShortcut": true
|
|
},
|
|
"directories": {
|
|
"output": "dist",
|
|
"buildResources": "resources"
|
|
},
|
|
"publish": [
|
|
{
|
|
"provider": "github",
|
|
"owner": "Qortal",
|
|
"repo": "Qortal-Hub",
|
|
"releaseType": "draft"
|
|
}
|
|
]
|
|
}
|