From 3e7fce740e7c5c3bec16252e4e8483a1c3c6ad6a Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Tue, 7 Oct 2025 17:12:10 -0300 Subject: [PATCH] chore: update Makefile to be compatible with 3rdparty Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e1d56fa04..460f373d3 100644 --- a/Makefile +++ b/Makefile @@ -112,12 +112,16 @@ appstore: lib \ templates \ vendor \ + 3rdparty \ CHANGELOG.md \ openapi*.json \ $(appstore_sign_dir)/$(app_name) - rm $(appstore_sign_dir)/$(app_name)/vendor/endroid/qr-code/assets/* - find $(appstore_sign_dir)/$(app_name)/vendor/mpdf/mpdf/ttfonts -type f -not -name 'DejaVuSerifCondensed.ttf' -delete rm -rf $(appstore_sign_dir)/$(app_name)/img/screenshot/ + rm -rf $(appstore_sign_dir)/$(app_name)/3rdparty/.git + rm -rf $(appstore_sign_dir)/$(app_name)/3rdparty/.github + rm -rf $(appstore_sign_dir)/$(app_name)/3rdparty/vendor + rm -rf $(appstore_sign_dir)/$(app_name)/3rdparty/vendor-bin + rm -rf $(appstore_sign_dir)/$(app_name)/3rdparty/scoper.inc.php mkdir -p $(appstore_sign_dir)/$(app_name)/tests/php/fixtures cp tests/php/fixtures/small_valid.pdf $(appstore_sign_dir)/$(app_name)/tests/php/fixtures