mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Only zip specified files.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user