Update create-release.sh with file to be excluded

Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
This commit is contained in:
Liviu-Mihail Concioiu 2024-11-03 00:48:04 +01:00
parent 3ba96aa373
commit 59c255da70

View File

@ -246,7 +246,8 @@ cleanup_composer_vendors() {
vendor/psr/event-dispatcher/.editorconfig \
vendor/spomky-labs/cbor-php/SECURITY.md \
vendor/spomky-labs/pki-framework/SECURITY.md \
vendor/web-auth/cose-lib/SECURITY.md
vendor/web-auth/cose-lib/SECURITY.md \
vendor/laminas/laminas-httphandlerrunner/.laminas-ci.json
find vendor/tecnickcom/tcpdf/fonts/ -maxdepth 1 -type f \
-not -name 'dejavusans.*' \
-not -name 'dejavusansb.*' \