The problem
Line 163 in _AppID-template.ps1 is:
Copy-ModsFile $CopyFile $CopyFile;
Should be:
Copy-ModsFile $CopyFile $CopyTo;
What version of WAU has the issue?
1.07.0020
What version of Windows are you using (ex. Windows 11 22H2)?
Windows 11 25H2
What version of winget are you using?
Windows Package Manager v1.29.280
Log information
Additional information
|
Copy-ModsFile $CopyFile $CopyFile; |
The problem
Line 163 in _AppID-template.ps1 is:
Copy-ModsFile $CopyFile $CopyFile;
Should be:
Copy-ModsFile $CopyFile $CopyTo;
What version of WAU has the issue?
1.07.0020
What version of Windows are you using (ex. Windows 11 22H2)?
Windows 11 25H2
What version of winget are you using?
Windows Package Manager v1.29.280
Log information
Additional information
Winget-AutoUpdate-Intune/WinGet-AutoUpdate-Configurator/_AppID-template.ps1
Line 163 in 560a7c4