feat(honkai): disable mfplat patch by default

Game should work fine without this patch with wine 8+
which is recommended to use by default
This commit is contained in:
Observer KRypt0n_ 2023-05-18 14:40:26 +02:00
parent 44080a0735
commit 920f55dff3
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -26,7 +26,10 @@ impl Default for Patch {
String::from("https://notabug.org/mkrsym1/dusk")
],
apply_mfplat: true,
// Seems to not be needed with wine 8+
// which is recommended by default, so will work
// for most of users
apply_mfplat: false,
// Disable root requirement for patching if we're running launcher in flatpak
root: !PathBuf::from("/.flatpak-info").exists()