mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 03:32:36 +08:00
55 lines
1.7 KiB
JSON
Executable File
55 lines
1.7 KiB
JSON
Executable File
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
|
"bundle": {
|
|
"active": true,
|
|
"longDescription": "Clash Verge Rev",
|
|
"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": "Clash Verge Rev",
|
|
"createUpdaterArtifacts": "v1Compatible"
|
|
},
|
|
"build": {
|
|
"beforeBuildCommand": "pnpm run web:build",
|
|
"frontendDist": "../dist",
|
|
"beforeDevCommand": "pnpm run web:dev",
|
|
"devUrl": "http://localhost:3000/"
|
|
},
|
|
"productName": "Clash Verge",
|
|
"version": "2.0.0-rc.6",
|
|
"identifier": "io.github.clash-verge-rev.clash-verge-rev",
|
|
"plugins": {
|
|
"updater": {
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEQyOEMyRjBCQkVGOUJEREYKUldUZnZmbStDeStNMHU5Mmo1N24xQXZwSVRYbXA2NUpzZE5oVzlqeS9Bc0t6RVV4MmtwVjBZaHgK",
|
|
"endpoints": [
|
|
"https://download.clashverge.dev/https://github.com/clash-verge-rev/clash-verge-rev/releases/download/updater/update-proxy.json",
|
|
"https://github.com/clash-verge-rev/clash-verge-rev/releases/download/updater/update.json"
|
|
]
|
|
},
|
|
"deep-link": {
|
|
"desktop": {
|
|
"schemes": ["clash", "clash-verge"]
|
|
}
|
|
}
|
|
},
|
|
"app": {
|
|
"security": {
|
|
"capabilities": ["desktop-capability", "migrated"],
|
|
"assetProtocol": {
|
|
"scope": ["$APPDATA/**", "$RESOURCE/../**", "**"],
|
|
"enable": true
|
|
},
|
|
"csp": null
|
|
}
|
|
}
|
|
}
|