ynput / ayon-core

Apache License 2.0
25 stars 31 forks source link

Unreal: fix Unreal Editor executable name on linux and macos #521

Closed antirotor closed 3 months ago

antirotor commented 3 months ago

Changelog Description

During the change from UE4 to UE5 Editor's executable was renamed from UE4Editor to UnrealEditor. We've reflected that change only on Windows, but left UE4Editor for Linux and macOS. This is fixing the executable name for all platforms.

Testing notes:

Start Unreal on linux and macOS. It should build the project and start as expected.