refactor: linux auto updates

This commit is contained in:
zhom
2026-04-04 03:16:29 +04:00
parent 48883ddd03
commit 214e558a4c
3 changed files with 49 additions and 6 deletions
+1
View File
@@ -181,6 +181,7 @@ export interface AppUpdateInfo {
published_at: string;
manual_update_required: boolean;
release_page_url?: string;
repo_update: boolean;
}
export interface AppUpdateProgress {