Makefile: exclude everything in /js but dist/

This commit is contained in:
Marcel Klehr 2018-05-27 20:00:03 +02:00
parent 10148c0df7
commit 5639b64d9f
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ appstore: build
--exclude=/.travis.yml \
--exclude=/Makefile \
--exclude=/node_modules \
--include=/js/dist \
--exclude=/js/* \
$(project_dir)/ $(sign_dir)/$(app_name)
tar -czf $(build_dir)/$(app_name)-$(version).tar.gz \
-C $(sign_dir) $(app_name)