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:
parent
053d85417f
commit
2364d8cbe6
@ -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
|
||||
|
||||
|
2
Makefile
2
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)
|
||||
|
Loading…
Reference in New Issue
Block a user