Merge pull request #1380 from BotMaster3000/develop

#1377 The Update-URL now links to the official OnionShare-Website instead of the Github-Release-Page
This commit is contained in:
Micah Lee 2021-06-10 08:12:49 -07:00 committed by GitHub
commit 623ed26d1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,7 +168,7 @@ class UpdateChecker(QtCore.QObject):
settings.save()
# Do we need to update?
update_url = f"https://github.com/micahflee/onionshare/releases/tag/v{latest_version}"
update_url = "https://onionshare.org"
installed_version = self.common.version
if installed_version < latest_version:
self.update_available.emit(