mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 11:47:27 -03: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue