feat(updater): wire tauri-plugin-updater with GitHub releases endpoint + update toast

This commit is contained in:
2026-04-18 09:41:42 +01:00
parent ddcf93649c
commit 8b5d92f466
6 changed files with 63 additions and 0 deletions

View File

@@ -7,4 +7,5 @@ pub mod live;
pub mod models;
pub mod transcription;
pub mod transcripts;
pub mod update;
pub mod windows;