Fix uploading index.json under OS X

This commit is contained in:
Cheng Zhao 2015-04-12 22:23:50 +08:00
parent b413acddb8
commit 7255962bd3
2 changed files with 12 additions and 5 deletions

View file

@ -45,7 +45,7 @@ def get_files_list(version):
def download_files(url, files):
directory = tempfile.mkdtemp(prefix='atom-shell-tmp')
directory = tempfile.mkdtemp(prefix='electron-tmp')
return directory, [
download(f, url + f, os.path.join(directory, f))
for f in files