diff --git a/scripts/winget/build-installer.ps1 b/scripts/winget/build-installer.ps1 index 6154cfc5..0e2a4da1 100644 --- a/scripts/winget/build-installer.ps1 +++ b/scripts/winget/build-installer.ps1 @@ -38,7 +38,7 @@ $version = if ($releaseVersion) { else { '0.0.1' } -(Get-Content (Resolve-Path "$installerContentDir\AppxManifest.xml")).Replace('"0.0.1.0"', "`"$version.0`"").Replace('"0.0.1"', "`"$version`"") | Set-Content (Join-Path $buildDir AppxManifest.xml) +(Get-Content (Resolve-Path "$installerContentDir\AppxManifest.xml")).Replace('"0.0.1.0"', "`"$version.0`"") | Set-Content (Join-Path $buildDir AppxManifest.xml) # Generate pri resource map for installer assets $priConfig = (Resolve-Path "$installerContentDir\priconfig.xml") diff --git a/scripts/winget/installer/AppxManifest.xml b/scripts/winget/installer/AppxManifest.xml index 25794d9a..5937ab39 100644 --- a/scripts/winget/installer/AppxManifest.xml +++ b/scripts/winget/installer/AppxManifest.xml @@ -14,7 +14,7 @@ - +