.git dir not allowed by App Store

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
This commit is contained in:
Benjamin Brahmer 2021-02-02 22:33:12 +01:00
parent 9fa797ab13
commit 85cf2ba4f3
1 changed files with 3 additions and 1 deletions

View File

@ -154,8 +154,10 @@ appstore:
"vendor" \
$(appstore_sign_dir)/$(app_name)
#remove composer binaries, those aren't needed
# remove composer binaries, those aren't needed
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
install "COPYING" $(appstore_sign_dir)/$(app_name)
install "AUTHORS.md" $(appstore_sign_dir)/$(app_name)