You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- FIxed a Turnkey bug where flags weren't surrounded in quotes, so the editor wasn't parsting all of the flags properly
#jira none #rb trivial #preflight skip [CL 20053659 by Josh Adams in ue5-main branch]
This commit is contained in:
@@ -103,7 +103,7 @@ namespace Turnkey.Commands
|
||||
PlatformProperties.Add(SDKInfo.ToString("Allowed", ""));
|
||||
}
|
||||
|
||||
PlatformProperties.Add($"Flags={ReportedState}");
|
||||
PlatformProperties.Add($"Flags=\"{ReportedState}\"");
|
||||
|
||||
if (TurnkeyContext.ErrorMessages.Count() > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user