Bugfix for wayland
This commit is contained in:
2
build.py
2
build.py
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user