mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Change the update notification download link to use https
This commit is contained in:
parent
dba833795f
commit
1c1aba239b
@ -25,7 +25,7 @@ def get_download_url():
|
||||
else 'osx' if isosx else 'linux')
|
||||
if which == 'windows' and is64bit:
|
||||
which += '64'
|
||||
return 'http://calibre-ebook.com/download_' + which
|
||||
return 'https://calibre-ebook.com/download_' + which
|
||||
|
||||
def get_newest_version():
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user