mirror of
https://github.com/onionshare/onionshare.git
synced 2025-09-26 02:50:56 -04:00
Created update_checker module, and logic to load http://elx57ue5uyfplgva.onion/latest-version.txt (this is the OnionShare website's onion site) to check for updates. Also added UX in the settings dialog to force checking for updates. Does not actually do so automatically yet.
This commit is contained in:
parent
baa7c4bdd1
commit
add0094ccd
5 changed files with 195 additions and 28 deletions
|
@ -8,6 +8,7 @@ pefile==2016.3.28
|
|||
PyInstaller==3.2.1
|
||||
pypiwin32==219
|
||||
PyQt5==5.8
|
||||
PySocks==1.6.7
|
||||
sip==4.19.1
|
||||
stem==1.5.4
|
||||
Werkzeug==0.11.15
|
||||
|
|
|
@ -5,6 +5,7 @@ Jinja2==2.9.5
|
|||
MarkupSafe==0.23
|
||||
PyInstaller==3.2.1
|
||||
PyQt5==5.7.1
|
||||
PySocks==1.6.7
|
||||
sip==4.19
|
||||
stem==1.5.4
|
||||
Werkzeug==0.11.15
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue