From 6c43891455835b85f08a3dc3f6d0c8ce7c867ca7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 1 Apr 2021 13:36:34 +0200 Subject: [PATCH] Don't package webpack.js Signed-off-by: Joas Schilling --- Makefile | 1 + 1 file changed, 1 insertion(+) 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…"; \