From add634f841d99863187dd8308b32eea200f1eebd Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 4 Oct 2018 13:18:34 +0200 Subject: Do not ship .htaccess files They get stripped by the server anyways which makes the integrity check fail. Signed-off-by: Roeland Jago Douma --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 67acf54f2..048848014 100644 --- a/Makefile +++ b/Makefile @@ -158,6 +158,9 @@ appstore: "CHANGELOG.md" \ $(appstore_build_directory) + #remove stray .htaccess files since they are filtered by nextcloud + find $(appstore_build_directory) -name .htaccess -exec rm {} \; + # on macOS there is no option "--parents" for the "cp" command mkdir -p $(appstore_build_directory)/js/build $(appstore_build_directory)/js/admin cp js/build/app.min.js $(appstore_build_directory)/js/build -- cgit v1.2.3