Erlandys / UE4LinuxLauncher

MIT License
85 stars 24 forks source link

UE4Editor.version path changed in 4.22 #11

Open udnaan opened 5 years ago

udnaan commented 5 years ago

As per subject, the file that EpicApi.java uses to select the engine version is not longer at /Engine/Binaries/Linux/UE4Editor.version but inside another directory.

A work around is to create a symlink inside /Engine/Binaries/Linux/

cd Engine/Binaries/Linux/
ln -s Binaries/Linux/UE4Editor.version 
joaulo commented 5 years ago

Thank you! It worked and I now recognize version 4.22 correctly