From a32b57adf6929840f5fc557a285fe0403496db82 Mon Sep 17 00:00:00 2001 From: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Date: Tue, 21 Feb 2023 17:02:53 +0100 Subject: fixpackaging): Exclude webpack.config.js from packaging Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aad9cc8bf..45cd79b80 100644 --- a/Makefile +++ b/Makefile @@ -103,7 +103,7 @@ appstore: --exclude=vendor/bamarni \ --exclude=vendor/bin \ --exclude=vendor-bin \ - --exclude=webpack.js \ + --exclude=webpack.config.js \ $(project_dir)/ $(sign_dir)/$(app_name) @if [ -f $(cert_dir)/$(app_name).key ]; then \ echo "Signing app files…"; \ -- cgit v1.2.3