claude-app/src-tauri
Ole-Morten Duesund f60bf3f330 Use graceful Tauri shutdown instead of hard process exit
Replace std::process::exit(0) with app_handle.exit(0) in the tray
quit handler so Tauri runs its shutdown sequence, dropping resources
and firing RunEvent::Exit cleanly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 14:02:45 +01:00
..
capabilities Initial implementation of Claude desktop app (Tauri v2) 2026-02-16 11:46:01 +01:00
icons Initial implementation of Claude desktop app (Tauri v2) 2026-02-16 11:46:01 +01:00
src Use graceful Tauri shutdown instead of hard process exit 2026-02-16 14:02:45 +01:00
build.rs Initial implementation of Claude desktop app (Tauri v2) 2026-02-16 11:46:01 +01:00
Cargo.lock Rename to claudify, add docs and .deb packaging 2026-02-16 13:31:33 +01:00
Cargo.toml Rename to claudify, add docs and .deb packaging 2026-02-16 13:31:33 +01:00
claudify.desktop Rename to claudify, add docs and .deb packaging 2026-02-16 13:31:33 +01:00
tauri.conf.json Rename to claudify, add docs and .deb packaging 2026-02-16 13:31:33 +01:00