Skip to content
Snippets Groups Projects
Commit 0f9bbf10 authored by Georg Koppen's avatar Georg Koppen
Browse files

Bug 22558: Don't update OS X 10.7.x and 10.8.x users to Tor Browser 7.0

"10.9" was the wrong `minSupportedOSVersion` for preventing OS X 10.7.x
and 10.8.x users from getting updated to Tor Browser 7. That it worked
for OS X 10.6.x was only by chance according to the release history table
(https://en.wikipedia.org/wiki/Darwin_(operating_system)#Release_history).

We fix that by choosing "13.0.0" (for OS X 10.9 as minimum).
parent 2a8b3159
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,6 @@ versions: ...@@ -50,6 +50,6 @@ versions:
win32: win32:
minSupportedInstructionSet: SSE2 minSupportedInstructionSet: SSE2
osx32: osx32:
minSupportedOSVersion: 10.9 minSupportedOSVersion: 13.0.0
osx64: osx64:
minSupportedOSVersion: 10.9 minSupportedOSVersion: 13.0.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment