OrchidIsle / UE5-Build-Project

31 stars 3 forks source link

bug in $editorArg #17

Open GuBee33 opened 3 months ago

GuBee33 commented 3 months ago

In the check part it checks the $archive variable instead of $editor

$editorArg = if ($archive -eq 'true') { "-nocompileeditor" } else { "" }