webview2.arm64.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "$schema": "../node_modules/@tauri-apps/cli/schema.json",
  3. "tauri": {
  4. "systemTray": {
  5. "iconPath": "icons/tray-icon.ico"
  6. },
  7. "bundle": {
  8. "identifier": "io.github.clash-verge-rev.clash-verge-rev",
  9. "targets": ["nsis", "updater"],
  10. "windows": {
  11. "certificateThumbprint": null,
  12. "digestAlgorithm": "sha256",
  13. "timestampUrl": "",
  14. "webviewInstallMode": {
  15. "type": "fixedRuntime",
  16. "path": "./Microsoft.WebView2.FixedVersionRuntime.109.0.1518.78.arm64/"
  17. },
  18. "nsis": {
  19. "displayLanguageSelector": true,
  20. "installerIcon": "icons/icon.ico",
  21. "languages": ["SimpChinese", "English"],
  22. "license": "../LICENSE",
  23. "installMode": "perMachine",
  24. "template": "./template/installer.nsi"
  25. }
  26. }
  27. },
  28. "updater": {
  29. "active": true,
  30. "dialog": false,
  31. "endpoints": [
  32. "https://mirror.ghproxy.com/https://github.com/clash-verge-rev/clash-verge-rev/releases/download/updater/update-fixed-webview2-proxy.json",
  33. "https://github.com/clash-verge-rev/clash-verge-rev/releases/download/updater/update-fixed-webview2.json"
  34. ],
  35. "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEQyOEMyRjBCQkVGOUJEREYKUldUZnZmbStDeStNMHU5Mmo1N24xQXZwSVRYbXA2NUpzZE5oVzlqeS9Bc0t6RVV4MmtwVjBZaHgK"
  36. }
  37. }
  38. }