summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2021-09-30 23:10:40 -0400
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-10-01 23:58:11 +0200
commit2364d8cbe6fd10fca35ebeadc356adfaa7a64571 (patch)
tree74571c84e788390e236e4b117aa02b5affdba6b1 /Makefile
parent053d85417f06f0a41384507d11469321069edfd5 (diff)
compiled image: Remove readability tests
Signed-off-by: Zach DeCook <zachdecook@librem.one>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 447cff328..448d2a739 100644
--- a/Makefile
+++ b/Makefile
@@ -158,6 +158,8 @@ appstore:
rm -rf $(appstore_sign_dir)/$(app_name)/vendor/bin
# 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
install "COPYING" $(appstore_sign_dir)/$(app_name)
install "AUTHORS.md" $(appstore_sign_dir)/$(app_name)