Generate the distribution file under 'dist' directory.
This commit is contained in:
parent
5b862fdf60
commit
5b74dff8f1
3 changed files with 4 additions and 5 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue