diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2015-09-23 14:47:24 +0000 |
---|---|---|
committer | Einar Egilsson <einar@einaregilsson.com> | 2015-09-23 14:47:24 +0000 |
commit | f35ca65eac41d9acad9b5888242d2bc1c27d7904 (patch) | |
tree | 4d4257f472c63799c3af8ca391dc797cb6f94768 /build.py | |
parent | b654c96d23abd67c554c22ad2e5f8465252d007f (diff) |
Add screenshots
Diffstat (limited to 'build.py')
-rwxr-xr-x | build.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ def get_files_to_zip(): r'\.(py|sh)$', r'\.DS_Store$', r'\.gitignore$', + r'(\\|/)promo(\\|/)', r'(\\|/)build(\\|/)', r'debug\.sh' ] |