From 39dd25f7b33091a0c9f7d04bf9ea0dde7e513028 Mon Sep 17 00:00:00 2001
From: Nicolas Werner <nicolas.werner@hotmail.de>
Date: Mon, 12 Jul 2021 23:40:52 +0200
Subject: [PATCH] Remove examples from appimage

---
 AppImageBuilder.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml
index f4a6513cb..113ac60c3 100644
--- a/AppImageBuilder.yml
+++ b/AppImageBuilder.yml
@@ -87,10 +87,9 @@ AppDir:
   files:
     exclude:
     - usr/share/man
-    - usr/share/doc/*/README.*
-    - usr/share/doc/*/changelog.*
-    - usr/share/doc/*/NEWS.*
-    - usr/share/doc/*/TODO.*
+    - usr/share/doc
+    - opt/qt515/examples
+    - opt/qt515/bin
   test:
     fedora:
       image: appimagecrafters/tests-env:fedora-30
-- 
GitLab