Update tmp dir prefix

This commit is contained in:
Cheng Zhao 2015-04-12 22:10:46 +08:00
parent 6ba57dcfa3
commit b413acddb8

View file

@ -54,7 +54,7 @@ def download_and_unzip(framework):
def download_framework(framework):
filename = framework + '.zip'
url = FRAMEWORKS_URL + '/' + filename
download_dir = tempdir(prefix='atom-shell-')
download_dir = tempdir(prefix='electron-')
path = os.path.join(download_dir, filename)
download('Download ' + framework, url, path)