tauri.linux.conf.json 399 B

12345678910111213141516
  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": ["deb", "appimage", "updater"],
  10. "deb": {
  11. "depends": ["openssl"],
  12. "desktopTemplate": "./template/clash-verge.desktop"
  13. }
  14. }
  15. }
  16. }