Only zip specified files.
This commit is contained in:
parent
b0b6214416
commit
47be87fe5f
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ def create_zip():
|
|||
safe_unlink(zip_file)
|
||||
|
||||
with scoped_cwd(DIST_DIR):
|
||||
files = glob.glob('*')
|
||||
files = ['Atom.app', 'LICENSE', 'version']
|
||||
subprocess.check_call(['zip', '-r', '-y', zip_file] + files)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue