Browse Source

add directory to download path

283
ThomasV 9 years ago
parent
commit
69d983fcd5
  1. 4
      contrib/make_download

4
contrib/make_download

@ -24,8 +24,8 @@ files = {
}
for k, n in files.items():
path = "binaries/%s"%n
link = "https://download.electrum.org/%s"%n
path = "dist/%s"%n
link = "https://download.electrum.org/%s/%s"%(version,n)
if not os.path.exists(path):
os.system("wget -q %s -O %s" % (link, path))
if not os.path.getsize(path):

Loading…
Cancel
Save