ryanjon2040 / Unreal-Binary-Builder

An application designed to create installed Unreal Engine builds (aka Rocket builds) from Unreal Engine GitHub source.
MIT License
657 stars 150 forks source link

EnginePath Null Check #61

Open ihavenick opened 2 years ago

ihavenick commented 2 years ago

If enginepath is null, app doesnt start and crash.

Added null check to line 238 .

(Recent Unreal 5EA to 5 update created a empty UE5EA EngineBuild that crashes program)