diff --git a/Cargo.toml b/Cargo.toml index bfb0693..cd1eda3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-launcher-sdk" -version = "1.4.3" +version = "1.4.4" authors = ["Nikita Podvirnyy "] license = "GPL-3.0" readme = "README.md" diff --git a/src/games/genshin/config/schema/patch.rs b/src/games/genshin/config/schema/patch.rs index 1790ccb..4ce292a 100644 --- a/src/games/genshin/config/schema/patch.rs +++ b/src/games/genshin/config/schema/patch.rs @@ -26,7 +26,7 @@ impl Default for Patch { String::from("https://notabug.org/Krock/dawn") ], - apply_xlua: true, + apply_xlua: false, // Disable root requirement for patching if we're running launcher in flatpak root: !PathBuf::from("/.flatpak-info").exists()