mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-17 21:12:20 +01:00
fix(packaging): Adjust the exclude list to package the composer autoloader
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
df1469e9d2
commit
a5a7fff784
1 changed files with 2 additions and 1 deletions
3
Makefile
3
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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue