update config

This commit is contained in:
2025-01-06 09:22:54 +02:00
parent c507616fc2
commit d4f78403c6
4 changed files with 36 additions and 4 deletions

View File

@@ -9,12 +9,12 @@
"assets/**/*",
"build/**/*",
"capacitor.config.*",
"app/**/*"
"app/**/*",
"scripts/**/*"
],
"linux": {
"target": [
"AppImage",
"deb"
"AppImage"
],
"category": "Network",
"packageCategory": "Network",
@@ -29,7 +29,7 @@
},
"deb": {
"artifactName": "Qortal-Hub-Setup-arm64_${version}.${ext}",
"synopsis": "Qortal Hub for Linux"
"synopsis": "Qortal Hub for Linux",
},
"directories": {
"output": "dist",