From 3396c56e645099f71934a87f722670b47140a33c Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Mon, 25 Apr 2022 16:49:18 +0200 Subject: [PATCH] Added WiGui --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba7ceb0..710ac4a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Add (or remove) the apps' ID you want to disable autoupdate to 'excluded_apps.tx - #### Or AllowList From 1.7.0 version, you can update only pre-selected apps. To do so, create an "included_apps.txt" with the apps' ID of the apps you want to auto-update and run the `Winget-AutoUpdate-Install.ps1` with `-UseWhiteList` parameter. Related post: https://github.com/Romanitho/Winget-AutoUpdate/issues/36 -> You can use WiGui to create those lists: https://github.com/Romanitho/Winget-Install-GUI +> You can use WiGui to create these lists: https://github.com/Romanitho/Winget-Install-GUI ### Notification Level From version 1.9.0, you can choose which notification will be displayed: Full, Success only or none. Use `-NotificationLevel` parameter when you run `Winget-AutoUpdate-Install.ps1`