2023-12-15 20:25:35 +08:00
|
|
|
{
|
2024-08-16 00:59:13 +08:00
|
|
|
"productName": "HuLa",
|
2024-09-13 17:49:21 +08:00
|
|
|
"version": "2.1.0",
|
2024-08-16 00:59:13 +08:00
|
|
|
"identifier": "com.tauri.build",
|
2023-12-15 20:25:35 +08:00
|
|
|
"build": {
|
|
|
|
"beforeDevCommand": "pnpm dev",
|
|
|
|
"beforeBuildCommand": "pnpm build",
|
2024-08-16 00:59:13 +08:00
|
|
|
"frontendDist": "../dist",
|
|
|
|
"devUrl": "http://127.0.0.1:6130"
|
2023-12-15 20:25:35 +08:00
|
|
|
},
|
2024-08-16 00:59:13 +08:00
|
|
|
"bundle": {
|
|
|
|
"resources": [
|
|
|
|
"tray"
|
|
|
|
],
|
2024-08-20 21:16:00 +08:00
|
|
|
"active": true,
|
2024-09-22 23:18:13 +08:00
|
|
|
"icon": [],
|
|
|
|
"windows": {},
|
|
|
|
"macOS": {}
|
2024-08-16 00:59:13 +08:00
|
|
|
},
|
|
|
|
"app": {
|
|
|
|
"withGlobalTauri": true,
|
2024-09-22 23:18:13 +08:00
|
|
|
"windows": [],
|
2024-08-16 00:59:13 +08:00
|
|
|
"security": {
|
|
|
|
"csp": null
|
|
|
|
},
|
|
|
|
"macOSPrivateApi": true
|
2023-12-15 20:25:35 +08:00
|
|
|
}
|
|
|
|
}
|