Skip to content

Commit

Permalink
Update minimum required OS version for macOS (#16088)
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisEz13 committed Sep 13, 2021
1 parent dad7a34 commit 8b962ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/packaging/packaging.psm1
Expand Up @@ -1115,7 +1115,7 @@ function New-MacOsDistributionPackage
# 2 - package path
# 3 - minimum os version
# 4 - Package Identifier
$PackagingStrings.OsxDistributionTemplate -f "PowerShell - $packageVersion", $packageVersion, $packageName, '10.13', $packageId | Out-File -Encoding ascii -FilePath $distributionXmlPath -Force
$PackagingStrings.OsxDistributionTemplate -f "PowerShell - $packageVersion", $packageVersion, $packageName, '10.14', $packageId | Out-File -Encoding ascii -FilePath $distributionXmlPath -Force

Write-Log "Applying distribution.xml to package..."
Push-Location $tempDir
Expand Down

0 comments on commit 8b962ca

Please sign in to comment.