mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-24 02:04:07 +08:00
Add comment about 'productbuild' used in packaging script (#5654)
This commit is contained in:
parent
1ce6c39c0b
commit
d380317a4d
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user