Skip to content

Commit

Permalink
Prepare file for 1.1.0 manifests - #31
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenly committed Jul 8, 2022
1 parent 652770c commit de8108c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Tools/YamlCreate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ if ($Settings) {
exit
}

$ScriptHeader = '# Created with YamlCreate.ps1 v2.1.2'
$ScriptHeader = '# Created with YamlCreate.ps1 v2.0.1'
$ManifestVersion = '1.1.0'
$PSDefaultParameterValues = @{ '*:Encoding' = 'UTF8' }
$Utf8NoBomEncoding = New-Object System.Text.UTF8Encoding $False
Expand Down Expand Up @@ -1023,10 +1023,6 @@ Function Read-QuickInstallerEntry {
throw [System.Net.WebException]::new('The file could not be downloaded. Try running the script again', $_.Exception)
} finally {
# Check that MSI's aren't actually WIX
<<<<<<< HEAD
Write-Host -ForegroundColor 'Green' "Installer Downloaded!`nProcessing installer data. . . "
=======
>>>>>>> 5f07cfed74 (Formatting)
if ($_NewInstaller['InstallerType'] -eq 'msi') {
$DetectedType = Get-PathInstallerType $script:dest
if ($DetectedType -in @('msi'; 'wix')) { $_NewInstaller['InstallerType'] = $DetectedType }
Expand Down

0 comments on commit de8108c

Please sign in to comment.