Skip to content

Commit

Permalink
Fix increased release size
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
  • Loading branch information
Grotax committed Oct 22, 2021
1 parent c7a265f commit 1366fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -159,7 +159,7 @@ appstore:
# the App Store doesn't like .git
rm -rf $(appstore_sign_dir)/$(app_name)/vendor/arthurhoaro/favicon/.git
# remove large test files
rm -rf $(appstore_sign_dir)/$(app_name)/vendor/andreskrey/readability.php/test
rm -rf $(appstore_sign_dir)/$(app_name)/vendor/fivefilters/readability.php/test

install "COPYING" $(appstore_sign_dir)/$(app_name)
install "AUTHORS.md" $(appstore_sign_dir)/$(app_name)
Expand Down

0 comments on commit 1366fc7

Please sign in to comment.