From 2364d8cbe6fd10fca35ebeadc356adfaa7a64571 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Thu, 30 Sep 2021 23:10:40 -0400 Subject: compiled image: Remove readability tests Signed-off-by: Zach DeCook --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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) -- cgit v1.2.3