{ "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "identifier": "io.github.koala-clash", "bundle": { "targets": ["nsis"], "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", "timestampUrl": "", "webviewInstallMode": { "type": "fixedRuntime", "path": "./Microsoft.WebView2.FixedVersionRuntime.133.0.3065.92.arm64/" }, "nsis": { "displayLanguageSelector": true, "installerIcon": "icons/icon.ico", "languages": ["Russian", "English"], "installMode": "perMachine", "template": "./packages/windows/installer.nsi" } } }, "plugins": { "updater": { "active": true, "dialog": false, "endpoints": [ "https://github.com/coolcoala/clash-verge-rev-lite/releases/download/updater/update-fixed-webview2.json" ], "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IERCQjQ1QjQ0QUJDQTU1RTkKUldUcFZjcXJSRnUwMjdXSERoZVQ1R0hHRDMrT3VkSmpvbDJmb01sN3ZpYWhVYnEwaWpYUWU4YU0K" } } }