Bugfix for wayland

This commit is contained in:
2026-04-12 23:08:09 -04:00
parent ea74f5fe76
commit 85a6fad139
7 changed files with 124 additions and 95 deletions

View File

@@ -222,7 +222,7 @@ def unzip_unreal_engine_and_apply_patch():
with JZipFile(zipfn) as zf:
zf.extractall(INTEGRATION)
patchfile = f"{INTEGRATION}/EnginePatches/EnginePatch"
shell(extracted, f"patch -p1 < {patchfile}")
shell(extracted, f"patch -p0 < {patchfile}")
Path(extracted).rename(UNREALENGINE)
Path(touchfile).touch()