From 8862630a094a8846832261329b94e239dd69c117 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:30:19 +0400 Subject: [PATCH] chore: cleanup --- src-tauri/src/app_auto_updater.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src-tauri/src/app_auto_updater.rs b/src-tauri/src/app_auto_updater.rs index f09de5d..30289d4 100644 --- a/src-tauri/src/app_auto_updater.rs +++ b/src-tauri/src/app_auto_updater.rs @@ -1614,14 +1614,6 @@ pub async fn check_for_app_updates_manual() -> Result, Str .map_err(|e| format!("Failed to check for app updates: {e}")) } -#[derive(Debug, Serialize, Deserialize, Clone)] -pub struct PlatformInfo { - pub os: String, - pub arch: String, - pub installation_method: String, - pub supported_formats: Vec, -} - #[cfg(test)] mod tests { use super::*;