Forgot to change tarball url for unix

This commit is contained in:
Kovid Goyal 2019-12-05 10:20:41 +05:30
parent 9f57d6ce52
commit 72ab050346
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -103,7 +103,7 @@ def main():
tball = 'macos-64' if ismacos else 'linux-64'
download_and_decompress(
'https://download.calibre-ebook.com/ci/calibre/{}.tar.xz'.format(tball), SW
'https://download.calibre-ebook.com/ci/calibre3/{}.tar.xz'.format(tball), SW
)
if not ismacos:
run('sudo', 'apt-get', 'update', '-y')