From 2490641aae3f137e2b6736a8b0b5503544320f3b Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 24 May 2023 20:44:39 +0200 Subject: [PATCH] 1.4.4 - disabled xlua patch applying by default --- Cargo.toml | 2 +- src/games/genshin/config/schema/patch.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()