fixed build

This commit is contained in:
2025-05-30 08:31:24 +02:00
parent ceb5f43f15
commit 9bb88a253d
14 changed files with 425 additions and 166 deletions

View File

@ -5,9 +5,9 @@
"identifier": "space.haex.hub",
"build": {
"beforeDevCommand": "pnpm dev",
"devUrl": "http://0.0.0.0:3001",
"devUrl": "http://localhost:3000",
"beforeBuildCommand": "pnpm generate",
"frontendDist": "../.output/public"
"frontendDist": "../dist"
},
"app": {
"windows": [
@ -40,7 +40,7 @@
},
"assetProtocol": {
"enable": true,
"scope": ["*"]
"scope": ["$APPDATA", "$RESOURCE"]
}
}
},
@ -54,22 +54,6 @@
"icons/icon.icns",
"icons/icon.ico"
],
"resources": {
"database/vault.db": "resources/vault.db"
},
"linux": {
"appimage": {
"bundleMediaFramework": false,
"files": {}
},
"deb": {
"files": {}
},
"rpm": {
"epoch": 0,
"files": {},
"release": "1"
}
}
"resources": ["test.txt"]
}
}