Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit f5aa2ab

Browse files
authored
c
1 parent 605ebe8 commit f5aa2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Winget-Install-GUI.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ function Get-WiGuiLatestVersion {
660660
<# MAIN #>
661661

662662
#Temp folder
663-
$Script:Location = "C:\WiGui_Temp"
663+
$Script:Location = "$env:ProgramData\WiGui_Temp"
664664
#Create Temp folder
665665
if (!(Test-Path $Location)){
666666
New-Item -ItemType Directory -Force -Path $Location | Out-Null

0 commit comments

Comments
 (0)