Skip to content

Commit d7fc0c6

Browse files
committed
New installation path
Updated install path according to the new location from upstream repository.
1 parent f3b4383 commit d7fc0c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Refresh-WingetConfiguration.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ if ( Test-Path "$DataDir\LastCommand.txt" -PathType Leaf ) {
262262
}
263263
Write-LogFile -InputObject "Previous commandline arguments $previousCommandLineArguments." -Severity 1
264264

265-
$installCommand = "& `"$scriptlocation\Winget-AutoUpdate-Install.ps1`" $commandLIneArguments"
266-
$uninstallCommand = "& `"$scriptlocation\Winget-AutoUpdate-Install.ps1`" -Uninstall"
265+
$installCommand = "& `"$scriptlocation\Sources\WAU\Winget-AutoUpdate-Install.ps1`" $commandLIneArguments"
266+
$uninstallCommand = "& `"$scriptlocation\Sources\WAU\Winget-AutoUpdate-Install.ps1`" -Uninstall"
267267

268268
if ( $commandLineArguments -ne $previousCommandLineArguments ) {
269269
if ( $configuration.ReinstallOnRefresh ) {

0 commit comments

Comments
 (0)