refactor: prompt manual update on linux

This commit is contained in:
zhom
2025-11-29 14:21:18 +04:00
parent a48d03a1e4
commit aed24c4df6
3 changed files with 83 additions and 15 deletions
+2
View File
@@ -70,6 +70,8 @@ export interface AppUpdateInfo {
download_url: string;
is_nightly: boolean;
published_at: string;
manual_update_required: boolean;
release_page_url?: string;
}
export interface AppUpdateProgress {