Files
clash-verge-rev-lite/src-tauri/tauri.conf.json
coolcoala a1e1fedc3f v0.2.7
2025-09-29 02:52:35 +03:00

73 lines
1.8 KiB
JSON
Executable File

{
"version": "0.2.7",
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"bundle": {
"active": true,
"longDescription": "Koala Clash",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"resources": [
"resources",
"resources/locales/*"
],
"publisher": "Koala Clash",
"externalBin": [
"sidecar/koala-mihomo",
"sidecar/koala-mihomo-alpha"
],
"copyright": "GNU General Public License v3.0",
"category": "DeveloperTool",
"shortDescription": "Koala Clash",
"createUpdaterArtifacts": true
},
"build": {
"beforeBuildCommand": "pnpm run web:build",
"frontendDist": "../dist",
"beforeDevCommand": "pnpm run web:dev",
"devUrl": "http://localhost:3000/"
},
"productName": "Koala Clash",
"identifier": "io.github.koala-clash",
"plugins": {
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IERCQjQ1QjQ0QUJDQTU1RTkKUldUcFZjcXJSRnUwMjdXSERoZVQ1R0hHRDMrT3VkSmpvbDJmb01sN3ZpYWhVYnEwaWpYUWU4YU0K",
"endpoints": [
"https://github.com/coolcoala/clash-verge-rev-lite/releases/download/updater/update.json",
"https://github.com/coolcoala/clash-verge-rev-lite/releases/download/updater-alpha/update-alpha.json"
],
"windows": {
"installMode": "basicUi"
}
},
"deep-link": {
"desktop": {
"schemes": [
"clash",
"koala-clash"
]
}
}
},
"app": {
"security": {
"capabilities": [
"desktop-capability",
"migrated"
],
"assetProtocol": {
"scope": [
"$APPDATA/**",
"$RESOURCE/../**",
"**"
],
"enable": true
},
"csp": null
}
}
}