diff --git a/src/games/genshin/config/schema/patch.rs b/src/games/genshin/config/schema/patch.rs index 6e8c83c..830a79b 100644 --- a/src/games/genshin/config/schema/patch.rs +++ b/src/games/genshin/config/schema/patch.rs @@ -27,7 +27,7 @@ impl Default for Patch { String::from("https://notabug.org/Krock/dawn") ], - apply: true, + apply: false, // Disable root requirement for patching if we're running launcher in flatpak root: !PathBuf::from("/.flatpak-info").exists(),