Winget-AutoUpdate
Winget-AutoUpdate copied to clipboard
included_apps.txt bug
It´s a small bug reinstalling the app with a new included_apps.txt, it doesn´t replace the included_apps.txt if it exists before.
line 206 elseif (!(Test-Path "$WingetUpdatePath\included_apps.txt")) {
Solved with removing the ! elseif ((Test-Path "$WingetUpdatePath\included_apps.txt")) {
@KnifMelti could you check ? I cannot atm 😅 @mtengmo thanks for your help
On it, checking...
...can't replicate with https://github.com/Romanitho/Winget-AutoUpdate/releases/tag/v1.14.1
If using:
-UseWhiteList
A new included_apps.txt
from installation source owerwrites the existing one
If using:
-UseWhiteList -NoClean
A new included_apps.txt
from installation source doesn't overwrite the existing one
As it should be...
Thanks 😊
@mtengmo If the script has reached line 206 it suggests you have started it with the parameters -UseWhiteList -NoClean (Keep critical files when installing/uninstalling. This setting will keep "excluded_apps.txt", "included_apps.txt", "mods" and "logs" as they were.) Then an "included_apps.txt" will not be overwritten. Could you please check again?
Bump.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.