We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b4383 commit d7fc0c6Copy full SHA for d7fc0c6
1 file changed
Refresh-WingetConfiguration.ps1
@@ -262,8 +262,8 @@ if ( Test-Path "$DataDir\LastCommand.txt" -PathType Leaf ) {
262
}
263
Write-LogFile -InputObject "Previous commandline arguments $previousCommandLineArguments." -Severity 1
264
265
-$installCommand = "& `"$scriptlocation\Winget-AutoUpdate-Install.ps1`" $commandLIneArguments"
266
-$uninstallCommand = "& `"$scriptlocation\Winget-AutoUpdate-Install.ps1`" -Uninstall"
+$installCommand = "& `"$scriptlocation\Sources\WAU\Winget-AutoUpdate-Install.ps1`" $commandLIneArguments"
+$uninstallCommand = "& `"$scriptlocation\Sources\WAU\Winget-AutoUpdate-Install.ps1`" -Uninstall"
267
268
if ( $commandLineArguments -ne $previousCommandLineArguments ) {
269
if ( $configuration.ReinstallOnRefresh ) {
0 commit comments