Add comment about 'productbuild' used in packaging script (#5654)

This commit is contained in:
Travis Plunk 2017-12-08 13:47:54 -08:00 committed by Dongbo Wang
parent ef75040846
commit abb6117b96

View File

@ -787,6 +787,7 @@ function New-MacOsDistributionPackage
Push-Location $tempDir
try
{
# productbuild is an xcode command line tool, and those tools are installed when you install brew
Start-NativeExecution -sb {productbuild --distribution $distributionXmlPath --resources $resourcesDir $newPackagePath}
}
finally
@ -925,7 +926,6 @@ function Get-FpmArguments
$Arguments += "$AppsFolder=/"
}
return $Arguments
}