diff --git a/Cargo.toml b/Cargo.toml index 42e348e..4ffaf66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-launcher-sdk" -version = "1.1.2" +version = "1.1.3" authors = ["Nikita Podvirnyy "] license = "GPL-3.0" readme = "README.md" diff --git a/src/star_rail/config/schema/patch.rs b/src/star_rail/config/schema/patch.rs index 690ebe4..31bce38 100644 --- a/src/star_rail/config/schema/patch.rs +++ b/src/star_rail/config/schema/patch.rs @@ -21,8 +21,7 @@ impl Default for Patch { path: launcher_dir.join("patch"), servers: vec![ - // Temp solution - format!("file://{}/patch", launcher_dir.to_string_lossy()) + String::from("https://notabug.org/mkrsym1/astra") ], // Disable root requirement for patching if we're running launcher in flatpak