tauri.linux.conf.json 213 B

12345678910111213
  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. }
  11. }
  12. }
  13. }