mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-25 23:39:43 -05:00
#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:
parent
a509bbae5b
commit
7b963f0356
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user