summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index df5cbdaac..72de7da0b 100644
--- a/Makefile
+++ b/Makefile
@@ -100,8 +100,7 @@ appstore:
--exclude=tests \
--exclude=tsconfig.json \
--exclude=vendor \
- --exclude=vendor-bin/production/composer.json \
- --exclude=vendor-bin/production/composer.lock \
+ --exclude=vendor-bin \
--exclude=webpack.js \
$(project_dir)/ $(sign_dir)/$(app_name)
@if [ -f $(cert_dir)/$(app_name).key ]; then \