From de8108c2a20f3b3bed4cc5b2d4d0e2e43a088dc5 Mon Sep 17 00:00:00 2001 From: Kaleb Luedtke Date: Wed, 17 Nov 2021 08:16:05 -0600 Subject: [PATCH] Prepare file for 1.1.0 manifests - Trenly/winget-pkgs#31 --- Tools/YamlCreate.ps1 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Tools/YamlCreate.ps1 b/Tools/YamlCreate.ps1 index 1cc8962a098c1..45a0af286d4da 100644 --- a/Tools/YamlCreate.ps1 +++ b/Tools/YamlCreate.ps1 @@ -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 @@ -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 }