summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-02-21 17:02:15 +0100
committerGitHub <noreply@github.com>2023-02-21 17:02:15 +0100
commit0bf250f2c799e816cede488e0dca3a56efcbf9a1 (patch)
treeae60f0ac4e51208f577727431f219464aac5ad93
parentdf1469e9d2041c17d7ae26f883c7d4fd043e66fb (diff)
parenta5a7fff78480378ba90d325909dedd58247b1059 (diff)
Merge pull request #8809 from nextcloud/bugfix/8790/adjust-exclude-list-to-include-the-autoloader
fix(packaging): Adjust the exclude list to package the composer autol…
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f1ba3eb3e..aad9cc8bf 100644
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,8 @@ appstore:
--exclude=.tx \
--exclude=tests \
--exclude=tsconfig.json \
- --exclude=vendor \
+ --exclude=vendor/bamarni \
+ --exclude=vendor/bin \
--exclude=vendor-bin \
--exclude=webpack.js \
$(project_dir)/ $(sign_dir)/$(app_name)