tauri.linux.conf.json 265 B

1234567891011121314
  1. {
  2. "tauri": {
  3. "systemTray": {
  4. "iconPath": "icons/tray-icon.png"
  5. },
  6. "bundle": {
  7. "targets": ["deb", "appimage", "updater"],
  8. "deb": {
  9. "depends": ["openssl"],
  10. "desktopTemplate": "./clash-verge.desktop"
  11. }
  12. }
  13. }
  14. }