2024-05-06 13:49:12 +08:00
|
|
|
{
|
2024-09-04 08:54:15 +08:00
|
|
|
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
|
|
|
"identifier": "io.github.clash-verge-rev.clash-verge-rev",
|
|
|
|
"bundle": {
|
|
|
|
"targets": ["nsis"],
|
|
|
|
"windows": {
|
|
|
|
"certificateThumbprint": null,
|
|
|
|
"digestAlgorithm": "sha256",
|
|
|
|
"timestampUrl": "",
|
|
|
|
"webviewInstallMode": {
|
|
|
|
"type": "fixedRuntime",
|
|
|
|
"path": "./Microsoft.WebView2.FixedVersionRuntime.109.0.1518.78.arm64/"
|
|
|
|
},
|
|
|
|
"nsis": {
|
|
|
|
"displayLanguageSelector": true,
|
|
|
|
"installerIcon": "icons/icon.ico",
|
|
|
|
"languages": ["SimpChinese", "English"],
|
|
|
|
"installMode": "perMachine",
|
|
|
|
"template": "./template/installer.nsi"
|
2024-05-06 13:49:12 +08:00
|
|
|
}
|
2024-09-04 08:54:15 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"plugins": {
|
2024-05-06 13:49:12 +08:00
|
|
|
"updater": {
|
|
|
|
"active": true,
|
|
|
|
"dialog": false,
|
|
|
|
"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-fixed-webview2-proxy.json",
|
2024-05-06 13:49:12 +08:00
|
|
|
"https://github.com/clash-verge-rev/clash-verge-rev/releases/download/updater/update-fixed-webview2.json"
|
|
|
|
],
|
|
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEQyOEMyRjBCQkVGOUJEREYKUldUZnZmbStDeStNMHU5Mmo1N24xQXZwSVRYbXA2NUpzZE5oVzlqeS9Bc0t6RVV4MmtwVjBZaHgK"
|
|
|
|
}
|
2024-09-04 08:54:15 +08:00
|
|
|
},
|
|
|
|
"app": {
|
|
|
|
"trayIcon": {
|
|
|
|
"iconPath": "icons/tray-icon.ico",
|
|
|
|
"iconAsTemplate": true
|
|
|
|
}
|
2024-05-06 13:49:12 +08:00
|
|
|
}
|
|
|
|
}
|