From bc046cfc07d9dfee77bd5d22c0f9b265946749be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Fri, 17 Sep 2021 22:52:24 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8bb2b17..3c63a89 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,12 @@ The `LOGO` variable is used for the icon shown in dialog boxes. There are these - `addigy`: Addigy Path can also be set in the command call, and if file exists, it will be used, like `LOGO="/System/Applications/App\ Store.app/Contents/Resources/AppIcon.icns"` (spaces are escaped). +### App Store apps handling +Default is `IGNORE_APP_STORE_APPS=no` +__options:__ +- `no`: If installed app is from App Store (which include VPP installed apps) it will not be touched, no matter it's version (default) +- `yes`: Replace App Store (and VPP) version of app and handle future updates using Installomator, even if latest version. Shouldn’t give any problems for the user in most cases. Known bad example: Slack will loose all settings. + ### Install behavior (force installation) Since we now make a version checking, and only installs the software if the version is different, an `INSTALL` variable can be used to force the installation: