Fix uploading index.json under OS X
This commit is contained in:
parent
b413acddb8
commit
7255962bd3
2 changed files with 12 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue