feat: enabled xlua patch by default

This commit is contained in:
Observer KRypt0n_ 2023-03-22 22:39:42 +02:00
parent 26cc05815b
commit c977382d27
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 70725c34c8620686e20099e0c655fe8bd4aebed0
Subproject commit 3f74e34841e695fab91a907e1f24f3697ea691b8

View file

@ -25,7 +25,7 @@ impl Default for Patch {
String::from("https://codespace.gay/Maroxy/dawnin")
],
apply_xlua: false,
apply_xlua: true,
// Disable root requirement for patching if we're running launcher in flatpak
root: !Path::new("/.flatpak-info").exists()