summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-06-18 22:48:11 +0200
committerJoas Schilling <coding@schilljs.com>2021-06-18 22:48:11 +0200
commita3f7c24e926a9620cde5a06aa0cfb35797210c99 (patch)
treec79917416f7dfb036aab75934c8d05007ccdf079 /Makefile
parente07ccffea0869eb659ca614987d38386d5900109 (diff)
Bump exclude list of packaing and bump version
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 485fdb297..ceac74736 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ appstore:
--exclude=.tx \
--exclude=tests \
--exclude=vendor \
- --exclude=webpack.*.js \
+ --exclude=webpack.js \
$(project_dir)/ $(sign_dir)/$(app_name)
@if [ -f $(cert_dir)/$(app_name).key ]; then \
echo "Signing app files…"; \