From 06c7e5d0ae5414c6662df4752138f6e42603ec84 Mon Sep 17 00:00:00 2001 From: Tomas Strba Date: Mon, 14 Oct 2024 16:06:29 +0200 Subject: [PATCH] Add automatic update failed message --- live/macos-config/macos-config.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/live/macos-config/macos-config.json b/live/macos-config/macos-config.json index 2b0312d..6429437 100644 --- a/live/macos-config/macos-config.json +++ b/live/macos-config/macos-config.json @@ -1,5 +1,5 @@ { - "version": 4, + "version": 5, "messages": [ { "id": "macos_privacy_pro_app_store_exit_survey_1", @@ -94,6 +94,16 @@ } }, "matchingRules": [9] + }, + { + "id": "macos_switch_to_manual_updates", + "content": { + "messageType": "medium", + "titleText": "Automatic Update Failed", + "descriptionText": "To get the latest version of DuckDuckGo \n1\\. Go to **Settings > About** \n2\\. Select **Check for updates but let me choose to install them** \n3\\. Click **Restart To Update**", + "placeholder": "CriticalUpdate" + }, + "matchingRules": [10] } ], "rules": [ @@ -238,6 +248,18 @@ ] } } + }, + { + "id": 10, + "attributes": { + "appVersion": { + "min": "1.99.0", + "max": "1.102.0" + }, + "installedMacAppStore": { + "value": false + } + } } ] }