summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 524a6965a..447cff328 100644
--- a/Makefile
+++ b/Makefile
@@ -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)