Skip to content
Snippets Groups Projects
Unverified Commit c8c39cea authored by Micah Lee's avatar Micah Lee
Browse files

Update min_version to 12.0, because this is the current version of Tor Browser

parent 8c69da13
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ class Launcher(QtWidgets.QMainWindow):
self.force_redownload = False
# This is the current version of Tor Browser, which should get updated with every release
self.min_version = "7.5.2"
self.min_version = "12.0"
# Init launcher
self.set_state(None, "", [])
......@@ -540,6 +540,7 @@ class DownloadThread(QtCore.QThread):
self.common = common
self.url = url
self.path = path
def run(self):
with open(self.path, "wb") as f:
try:
......
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