mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-21 04:54:14 -04: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
f7a5852300
commit
9a03caff79
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue