robjschroeder / App-Auto-Patch

Auto patch management script via Dialog
https://techitout.xyz/app-auto-patch/
MIT License
109 stars 18 forks source link

2.0.6 #49

Closed gilburns closed 7 months ago

gilburns commented 7 months ago

Added a script variable and code for ignoring applications installed in the /Users/* hierarchy.

When App-Auto-Update finds an app that is installed in /Users/ and asks Installomator to update it, the machine generally ends up with two copies of the application. The current version installed in the /Applications folder and the downlevel version still install in the original /Users/ location. This gives the ability to simply ignore those apps.

robjschroeder commented 7 months ago

Thanks @gilburns, closing #49 (Ignore applications within /Users/* directory)