From 3d220fa82c6baaa81fc6854490b5260ae410ca43 Mon Sep 17 00:00:00 2001 From: "Peiyao Zhao (from Dev Box)" Date: Thu, 13 Mar 2025 14:24:01 +0800 Subject: [PATCH] fix --- .pipelines/v2/templates/steps-build-installer-vnext.yml | 4 ++-- .../PowerToysSetupVNext/PowerToysBootstrapperVNext.wixproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pipelines/v2/templates/steps-build-installer-vnext.yml b/.pipelines/v2/templates/steps-build-installer-vnext.yml index 6e9fb87b4d..ec02f35222 100644 --- a/.pipelines/v2/templates/steps-build-installer-vnext.yml +++ b/.pipelines/v2/templates/steps-build-installer-vnext.yml @@ -22,10 +22,10 @@ steps: - pwsh: |- $IsPerUser = $${{ parameters.buildUserInstaller }} - $InstallerBuildSlug = "MachineSetupVNext" + $InstallerBuildSlug = "MachineSetup" $InstallerBasename = "PowerToysSetupVNext" If($IsPerUser) { - $InstallerBuildSlug = "UserSetupVNext" + $InstallerBuildSlug = "UserSetup" $InstallerBasename = "PowerToysUserSetupVNext" } $InstallerBasename += "-${{ parameters.versionNumber }}-$(BuildPlatform)" diff --git a/installer/PowerToysSetupVNext/PowerToysBootstrapperVNext.wixproj b/installer/PowerToysSetupVNext/PowerToysBootstrapperVNext.wixproj index c35f64cbc6..36222d9136 100644 --- a/installer/PowerToysSetupVNext/PowerToysBootstrapperVNext.wixproj +++ b/installer/PowerToysSetupVNext/PowerToysBootstrapperVNext.wixproj @@ -28,8 +28,8 @@ True PowerToysSetupVNext-$(Version)-$(Platform) PowerToysUserSetupVNext-$(Version)-$(Platform) - $(Platform)\$(Configuration)\MachineSetupVNext - $(Platform)\$(Configuration)\UserSetupVNext + $(Platform)\$(Configuration)\MachineSetup + $(Platform)\$(Configuration)\UserSetup obj\$(Platform)\$(Configuration)\