Remove development files from package

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2019-05-16 14:48:52 +02:00
parent 9388857676
commit 3a3d2e15a2
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA

View file

@ -92,12 +92,16 @@ appstore:
--exclude=.jscsrc \ --exclude=.jscsrc \
--exclude=.jshintignore \ --exclude=.jshintignore \
--exclude=js/views/templates \ --exclude=js/views/templates \
--exclude=js/**.js.map \
--include=js/simplewebrtc/bundled.js \
--exclude=js/simplewebrtc/*.js \
--exclude=js/tests \ --exclude=js/tests \
--exclude=l10n/no-php \ --exclude=l10n/no-php \
--exclude=.tx \ --exclude=.l10nignore \
--exclude=Makefile \ --exclude=Makefile \
--exclude=node_modules \ --exclude=node_modules \
--exclude=package.json \ --exclude=package.json \
--exclude=package-lock.json \
--exclude=phpunit*xml \ --exclude=phpunit*xml \
--exclude=README.md \ --exclude=README.md \
--exclude=run-*lint.sh \ --exclude=run-*lint.sh \
@ -105,6 +109,8 @@ appstore:
--exclude=.stylelintrc \ --exclude=.stylelintrc \
--exclude=tests \ --exclude=tests \
--exclude=.travis.yml \ --exclude=.travis.yml \
--exclude=.tx \
--exclude=vue \
$(project_dir)/ $(sign_dir)/$(app_name) $(project_dir)/ $(sign_dir)/$(app_name)
@if [ -f $(cert_dir)/$(app_name).key ]; then \ @if [ -f $(cert_dir)/$(app_name).key ]; then \
echo "Signing app files…"; \ echo "Signing app files…"; \