- disabled xlua patch applying by default
This commit is contained in:
Observer KRypt0n_ 2023-05-24 20:44:39 +02:00
parent 919f160875
commit 2490641aae
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "anime-launcher-sdk"
version = "1.4.3"
version = "1.4.4"
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
license = "GPL-3.0"
readme = "README.md"

View file

@ -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()