feat(astralrinth): add launcher update installer selection

This commit is contained in:
2026-06-21 17:33:43 +03:00
parent c3ca512395
commit f23f220a0c
8 changed files with 214 additions and 91 deletions
-2
View File
@@ -35,13 +35,11 @@ pub async fn init_update_launcher(
download_url: &str,
filename: &str,
os_type: &str,
auto_update_supported: bool,
) -> Result<()> {
let _ = utils::init_update_launcher(
download_url,
filename,
os_type,
auto_update_supported,
)
.await;
Ok(())