From 86f10cb934799a7e2dfee58029890a45dd8a046c Mon Sep 17 00:00:00 2001 From: Neil Campbell Date: Thu, 1 Aug 2024 20:49:51 +0800 Subject: [PATCH] chore: fix version --- scripts/winget/build-installer.ps1 | 2 +- scripts/winget/installer/AppxManifest.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@ - +