Skip to content

Commit

Permalink
Bump YamlCreate to use manifest v1.4 (#87349)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenly authored Jan 30, 2023
1 parent c2506fa commit a379f83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tools/YamlCreate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ if ($Settings) {
exit
}

$ScriptHeader = '# Created with YamlCreate.ps1 v2.2.1'
$ManifestVersion = '1.2.0'
$ScriptHeader = '# Created with YamlCreate.ps1 v2.2.2'
$ManifestVersion = '1.4.0'
$PSDefaultParameterValues = @{ '*:Encoding' = 'UTF8' }
$Utf8NoBomEncoding = New-Object System.Text.UTF8Encoding $False
$ofs = ', '
Expand Down Expand Up @@ -679,7 +679,7 @@ Function Get-PathInstallerType {
return 'msi'
}
if ($Path -match '\.appx(bundle){0,1}$') { return 'appx' }
# if ($Path -match '\.zip$') { return 'zip' }
if ($Path -match '\.zip$') { return 'zip' }
return $null
}

Expand Down

0 comments on commit a379f83

Please sign in to comment.