clash-verge-rev/src-tauri/tauri.conf.json

51 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2021-12-04 14:31:26 +08:00
{
2024-09-02 19:33:17 +08:00
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"bundle": {
"active": true,
"longDescription": "A Clash Meta GUI based on tauri.",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"resources": ["resources"],
"publisher": "Clash Verge Rev",
"externalBin": ["sidecar/verge-mihomo", "sidecar/verge-mihomo-alpha"],
"copyright": "GNU General Public License v3.0",
"category": "DeveloperTool",
"shortDescription": "A Clash Meta GUI based on tauri.",
"createUpdaterArtifacts": "v1Compatible"
2021-12-04 14:31:26 +08:00
},
"build": {
2024-09-02 19:33:17 +08:00
"beforeBuildCommand": "pnpm run web:build",
"frontendDist": "../dist",
2023-11-13 14:49:28 +08:00
"beforeDevCommand": "pnpm run web:dev",
2024-09-02 19:33:17 +08:00
"devUrl": "http://localhost:3000/"
2021-12-04 14:31:26 +08:00
},
2024-09-02 19:33:17 +08:00
"productName": "Clash Verge",
2024-09-03 00:00:12 +08:00
"version": "2.0.0",
2024-09-02 19:33:17 +08:00
"identifier": "io.github.clash-verge-rev.clash-verge-rev",
"plugins": {
2021-12-04 14:31:26 +08:00
"updater": {
2024-09-02 19:33:17 +08:00
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEQyOEMyRjBCQkVGOUJEREYKUldUZnZmbStDeStNMHU5Mmo1N24xQXZwSVRYbXA2NUpzZE5oVzlqeS9Bc0t6RVV4MmtwVjBZaHgK",
2022-01-10 02:15:38 +08:00
"endpoints": [
2024-08-24 02:02:17 +08:00
"https://download.clashverge.dev/https://github.com/clash-verge-rev/clash-verge-rev/releases/download/updater/update-proxy.json",
2023-12-02 23:04:04 +08:00
"https://github.com/clash-verge-rev/clash-verge-rev/releases/download/updater/update.json"
2024-09-02 19:33:17 +08:00
]
}
},
"app": {
"security": {
2024-09-04 05:57:37 +08:00
"capabilities": ["desktop-capability", "migrated"],
2024-09-02 19:33:17 +08:00
"assetProtocol": {
"scope": ["$APPDATA/**", "$RESOURCE/../**", "**"],
"enable": true
},
2024-09-04 08:54:15 +08:00
"csp": null
2021-12-04 14:31:26 +08:00
},
2024-09-02 19:33:17 +08:00
"windows": []
2021-12-04 14:31:26 +08:00
}
2022-11-12 11:37:23 +08:00
}