1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-24 17:15:50 +02:00

compiled image: Remove readability tests

Signed-off-by: Zach DeCook <zachdecook@librem.one>
This commit is contained in:
Zach DeCook 2021-09-30 23:10:40 -04:00 committed by Sean Molenaar
parent 053d85417f
commit 2364d8cbe6
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1
## [16.x.x]
### Changed
- Remove dependency's large test files from release (#1519)
### Fixed

View File

@ -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)