mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
fix: makefile
[skip ci] Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
parent
8818e8367e
commit
1892ff566b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -105,7 +105,7 @@ appstore:
|
|||
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/
|
||||
mkdir -p $(appstore_sign_dir)/$(app_name)/tests/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
|
||||
|
||||
mkdir -p $(cert_dir)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue