summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-02-21 17:02:53 +0100
committerGitHub <noreply@github.com>2023-02-21 17:02:53 +0100
commita32b57adf6929840f5fc557a285fe0403496db82 (patch)
tree6be00d1dc800541e5d9de1dbb10ad2185fe78c9c
parent0bf250f2c799e816cede488e0dca3a56efcbf9a1 (diff)
fixpackaging): Exclude webpack.config.js from packaging
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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…"; \