2024-10-06 01:10:57 +10:00
|
|
|
{
|
|
|
|
|
"$schema": "https://schema.tauri.app/config/2.0.0",
|
2024-10-09 16:52:24 +11:00
|
|
|
"productName": "Drop Desktop Client",
|
2026-01-20 00:40:48 +00:00
|
|
|
"version": "0.4.0",
|
|
|
|
|
"identifier": "org.droposs.client",
|
2024-10-06 01:10:57 +10:00
|
|
|
"build": {
|
2025-11-19 22:55:50 +11:00
|
|
|
"beforeDevCommand": "pnpm run -C main dev --port 1432",
|
2025-08-05 16:09:47 +10:00
|
|
|
"devUrl": "http://localhost:1432/",
|
2025-11-19 22:55:50 +11:00
|
|
|
"beforeBuildCommand": "pnpm build",
|
2025-08-05 16:09:47 +10:00
|
|
|
"frontendDist": "../.output"
|
2024-10-06 01:10:57 +10:00
|
|
|
},
|
|
|
|
|
"app": {
|
|
|
|
|
"security": {
|
2025-07-27 12:04:50 +10:00
|
|
|
"csp": "",
|
2025-06-06 12:09:44 +10:00
|
|
|
"assetProtocol": {
|
|
|
|
|
"enable": true,
|
|
|
|
|
"scope": {}
|
|
|
|
|
}
|
2024-10-06 01:10:57 +10:00
|
|
|
}
|
|
|
|
|
},
|
2024-10-08 16:13:28 +11:00
|
|
|
"plugins": {
|
|
|
|
|
"deep-link": {
|
|
|
|
|
"desktop": {
|
|
|
|
|
"schemes": ["drop"]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
2024-10-06 01:10:57 +10:00
|
|
|
"bundle": {
|
|
|
|
|
"active": true,
|
2026-04-03 01:25:10 +00:00
|
|
|
"targets": ["nsis", "deb", "rpm", "dmg"],
|
2024-10-09 03:39:05 +11:00
|
|
|
"windows": {
|
|
|
|
|
"nsis": {
|
|
|
|
|
"installMode": "both"
|
|
|
|
|
},
|
|
|
|
|
"webviewInstallMode": {
|
|
|
|
|
"silent": true,
|
|
|
|
|
"type": "embedBootstrapper"
|
|
|
|
|
},
|
|
|
|
|
"wix": null
|
|
|
|
|
},
|
2024-10-06 01:10:57 +10:00
|
|
|
"icon": [
|
|
|
|
|
"icons/32x32.png",
|
|
|
|
|
"icons/128x128.png",
|
|
|
|
|
"icons/128x128@2x.png",
|
|
|
|
|
"icons/icon.icns",
|
|
|
|
|
"icons/icon.ico"
|
2024-12-26 11:59:26 +11:00
|
|
|
],
|
|
|
|
|
"externalBin": []
|
2024-10-06 01:10:57 +10:00
|
|
|
}
|
|
|
|
|
}
|