mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
chore: update Makefile to be compatible with 3rdparty
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
parent
ab05d28919
commit
3e7fce740e
1 changed files with 6 additions and 2 deletions
8
Makefile
8
Makefile
|
|
@ -112,12 +112,16 @@ appstore:
|
||||||
lib \
|
lib \
|
||||||
templates \
|
templates \
|
||||||
vendor \
|
vendor \
|
||||||
|
3rdparty \
|
||||||
CHANGELOG.md \
|
CHANGELOG.md \
|
||||||
openapi*.json \
|
openapi*.json \
|
||||||
$(appstore_sign_dir)/$(app_name)
|
$(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)/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
|
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
|
cp tests/php/fixtures/small_valid.pdf $(appstore_sign_dir)/$(app_name)/tests/php/fixtures
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue