Skip to content

Commit

Permalink
Add automatic update failed message (#109)
Browse files Browse the repository at this point in the history
https://app.asana.com/0/1207619243206445/1208340098560916/f

Message for users who are stuck on specific versions due to
the automatic updates not working properly.
  • Loading branch information
tomasstrba authored Oct 16, 2024
1 parent 0fac882 commit 9e8690a
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion live/macos-config/macos-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 4,
"version": 5,
"messages": [
{
"id": "macos_privacy_pro_app_store_exit_survey_1",
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -238,6 +248,18 @@
]
}
}
},
{
"id": 10,
"attributes": {
"appVersion": {
"min": "1.99.0",
"max": "1.102.0"
},
"installedMacAppStore": {
"value": false
}
}
}
]
}

0 comments on commit 9e8690a

Please sign in to comment.