Update Winget-AutoUpdate-Install.ps1

pull/40/head
Romain 2022-04-05 20:15:11 +02:00 committed by GitHub
parent f89557d77b
commit 41b61bd4d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -142,6 +142,7 @@ function Install-WingetAutoUpdate{
<?xml version="1.0"?> <?xml version="1.0"?>
<app> <app>
<WAUautoupdate>$(!($DisableWAUAutoUpdate))</WAUautoupdate> <WAUautoupdate>$(!($DisableWAUAutoUpdate))</WAUautoupdate>
<WAUprerelease>False</WAUprerelease>
<UseWAUWhiteList>$UseWhiteList</UseWAUWhiteList> <UseWAUWhiteList>$UseWhiteList</UseWAUWhiteList>
</app> </app>
"@ "@