You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
UAT: For editor quick launch and packaging, only pass -iostore and -compressed when using -pak, and never pass -compressed to the cook commandlet (that feature has been removed).
#jira none #rb carlmagnus.nordin #rnx #preflight 6273b3d45b05fb4f60112bbe [CL 20056179 by PJ Kack in ue5-main branch]
This commit is contained in:
@@ -222,13 +222,6 @@ namespace AutomationScripts
|
||||
CommandletParams += " -basedonreleaseversionroot=" + Params.BasedOnReleaseVersionBasePath;
|
||||
}
|
||||
|
||||
// if we are not going to pak but we specified compressed then compress in the cooker ;)
|
||||
// otherwise compress the pak files
|
||||
if (!Params.Pak && !Params.SkipPak && Params.Compressed && !Params.ForceUncompressed)
|
||||
{
|
||||
CommandletParams += " -compressed";
|
||||
}
|
||||
|
||||
if (!Params.NoClient)
|
||||
{
|
||||
var MapsList = Maps == null ? new List<string>() : Maps.ToList();
|
||||
|
||||
Reference in New Issue
Block a user