diff --git a/Makefile b/Makefile index a53cb9a..579babc 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,7 @@ appstore: --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…"; \