summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-02-02 22:33:12 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2021-02-02 22:38:56 +0100
commit85cf2ba4f3e4be79f84863567057f5ee1070aab9 (patch)
treedafaa4a0fafa6e39a24525da081d7e5af155a0ab
parent9fa797ab139ac0dc747d7d3775d4293c78528be7 (diff)
.git dir not allowed by App Store
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-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)