From aae2f6a2ccb827a5a17ef4683019a112bb8c2647 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 20 Dec 2016 19:57:20 +0100 Subject: [PATCH] Do not package example files Signed-off-by: Christoph Wurst --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index bd60da0..d79ce4b 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,7 @@ appstore: --exclude=phpunit*xml \ --exclude=tests \ --exclude=vendor/bin \ + --exclude=vendor/yubico/u2flib-server/examples \ $(project_dir) $(sign_dir) @echo "Signing…" php ../../occ integrity:sign-app \