Skip to content

Commit 5e684e6

Browse files
authored
Merge pull request #5039 from LibreSign/backport/5038/stable30
[stable30] fix: makefile
2 parents 8818e83 + 1892ff5 commit 5e684e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ appstore:
105105
rm $(appstore_sign_dir)/$(app_name)/vendor/endroid/qr-code/assets/*
106106
find $(appstore_sign_dir)/$(app_name)/vendor/mpdf/mpdf/ttfonts -type f -not -name 'DejaVuSerifCondensed.ttf' -delete
107107
rm -rf $(appstore_sign_dir)/$(app_name)/img/screenshot/
108-
mkdir -p $(appstore_sign_dir)/$(app_name)/tests/fixtures
108+
mkdir -p $(appstore_sign_dir)/$(app_name)/tests/php/fixtures
109109
cp tests/php/fixtures/small_valid.pdf $(appstore_sign_dir)/$(app_name)/tests/php/fixtures
110110

111111
mkdir -p $(cert_dir)

0 commit comments

Comments
 (0)