From 85cf2ba4f3e4be79f84863567057f5ee1070aab9 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Tue, 2 Feb 2021 22:33:12 +0100 Subject: [PATCH] .git dir not allowed by App Store Signed-off-by: Benjamin Brahmer --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)