Generate the distribution file under 'dist' directory.

This commit is contained in:
Cheng Zhao 2013-08-21 11:57:35 +08:00
parent 5b862fdf60
commit 5b74dff8f1
3 changed files with 4 additions and 5 deletions

View file

@ -84,7 +84,7 @@ def create_version():
def create_zip():
print "Zipping distribution..."
zip_file = os.path.join(SOURCE_ROOT, 'atom-shell.zip')
zip_file = os.path.join(SOURCE_ROOT, 'dist', 'atom-shell.zip')
safe_unlink(zip_file)
with scoped_cwd(DIST_DIR):