We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8818e83 + 1892ff5 commit 5e684e6Copy full SHA for 5e684e6
Makefile
@@ -105,7 +105,7 @@ appstore:
105
rm $(appstore_sign_dir)/$(app_name)/vendor/endroid/qr-code/assets/*
106
find $(appstore_sign_dir)/$(app_name)/vendor/mpdf/mpdf/ttfonts -type f -not -name 'DejaVuSerifCondensed.ttf' -delete
107
rm -rf $(appstore_sign_dir)/$(app_name)/img/screenshot/
108
- mkdir -p $(appstore_sign_dir)/$(app_name)/tests/fixtures
+ mkdir -p $(appstore_sign_dir)/$(app_name)/tests/php/fixtures
109
cp tests/php/fixtures/small_valid.pdf $(appstore_sign_dir)/$(app_name)/tests/php/fixtures
110
111
mkdir -p $(cert_dir)
0 commit comments