Skip to content

Commit

Permalink
no x86 in path
Browse files Browse the repository at this point in the history
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
  • Loading branch information
lsm5 committed Apr 23, 2024
1 parent 71c72cc commit 39433d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/win-installer/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function CheckCommand() {

function InstallWiX() {
Set-ExecutionPolicy -ExecutionPolicy Bypass -Force
$ResolveWingetPath = Resolve-Path "C:\Program Files (x86)\WindowsApps\Microsoft.DesktopAppInstaller_*_x64__*"
$ResolveWingetPath = Resolve-Path "C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_*_x64__*"
if ($ResolveWingetPath){
$WingetPath = $ResolveWingetPath[-1].Path
}
Expand Down

0 comments on commit 39433d8

Please sign in to comment.