From 7d00d60b6f1badb7b46433a1112c53486fa3217f Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 23 Mar 2024 09:29:10 -0400 Subject: [PATCH] Remove some useless data from the Flatpak to make it smaller --- flatpak/kirigami-addons.json | 3 +++ zone.xiv.astra.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/flatpak/kirigami-addons.json b/flatpak/kirigami-addons.json index a485cf3..61d8741 100644 --- a/flatpak/kirigami-addons.json +++ b/flatpak/kirigami-addons.json @@ -8,5 +8,8 @@ "buildsystem": "cmake-ninja", "sources": [ { "type": "git", "url": "https://invent.kde.org/libraries/kirigami-addons.git", "branch": "master" } + ], + "cleanup": [ + "/lib/debug" ] } diff --git a/zone.xiv.astra.yml b/zone.xiv.astra.yml index f82390f..bfd4acb 100644 --- a/zone.xiv.astra.yml +++ b/zone.xiv.astra.yml @@ -116,3 +116,5 @@ modules: sources: - type: dir path: . + cleanup: + - /lib/debug/source/astra/launcher/.rcc # debug symbols for the auto-gen C++ source for QML is useless