From 8a42c90ea42075e1e2618b6dde5ba1c9daae2d61 Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Fri, 3 Jun 2022 10:12:01 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e42bc1f..2c6c7a8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Just [download latest version](https://github.com/Romanitho/Winget-AutoUpdate/ar ### Keep some apps out of Winget-AutoUpdate - #### BlockList You can exclude apps from update job (for instance, apps you want to keep at a specific version or apps with built-in auto-update): -Add (or remove) the apps' ID you want to disable autoupdate to 'excluded_apps.txt'. (File must be placed in scripts' installation folder, or re-run install.bat). +Add (or remove) the apps' ID you want to disable autoupdate to 'excluded_apps.txt'. (File must be placed in WAU's installation folder, or re-run install.bat). - #### 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