#1377 The Update-URL now links to the official OnionShare-Website instead of the Github-Release-Page

As issued by micahflee in the Issue #1377
This commit is contained in:
BotMaster3000 2021-06-09 21:45:01 +02:00
parent a509bbae5b
commit 7b963f0356

View File

@ -168,7 +168,7 @@ class UpdateChecker(QtCore.QObject):
settings.save() settings.save()
# Do we need to update? # 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 installed_version = self.common.version
if installed_version < latest_version: if installed_version < latest_version:
self.update_available.emit( self.update_available.emit(