refactor: handle auto-update on linux

This commit is contained in:
zhom
2025-08-08 11:05:11 +04:00
parent 458c30433d
commit f773eb6f1c
2 changed files with 769 additions and 8 deletions
+2
View File
@@ -58,6 +58,7 @@ use auto_updater::{
use app_auto_updater::{
check_for_app_updates, check_for_app_updates_manual, download_and_install_app_update,
get_platform_info,
};
use profile_importer::{detect_existing_profiles, import_browser_profile};
@@ -487,6 +488,7 @@ pub fn run() {
check_for_app_updates,
check_for_app_updates_manual,
download_and_install_app_update,
get_platform_info,
get_system_theme,
detect_existing_profiles,
import_browser_profile,