You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Seems that sometimes packaging fails because destination directory can be passed as -archivedirectory=../../../Foo (may happen if both Foo and RootDir() are in the same directory) and UAT incorrectly tries to create /Foo instead of Foo. - The easier fix (in terms of testing) is to make sure that the directory paths are absolute. [CL 2653243 by Dmitry Rekman in Main branch]