diff --git a/build/installer/install.ps1 b/build/installer/install.ps1 index 9b5af549..b23a33a9 100644 --- a/build/installer/install.ps1 +++ b/build/installer/install.ps1 @@ -45,7 +45,7 @@ if (-Not $downloadCdnUrlFromEnv -eq "") { $downloadUrl = $downloadCdnUrlFromEnv } -$CLI_PROGRAM_PATH = "{0}\AppData\Local\Microsoft\WindowsApps\" -f $currentPath +$CLI_PROGRAM_PATH = "{0}\" -f $currentPath if (-Not (Test-Path $CLI_PROGRAM_PATH)) { New-Item -Path $CLI_PROGRAM_PATH -ItemType Directory }