1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 11:47:46 +00:00

Remove some useless data from the Flatpak to make it smaller

This commit is contained in:
Joshua Goins 2024-03-23 09:29:10 -04:00
parent 47f52e5710
commit 7d00d60b6f
2 changed files with 5 additions and 0 deletions

View file

@ -8,5 +8,8 @@
"buildsystem": "cmake-ninja", "buildsystem": "cmake-ninja",
"sources": [ "sources": [
{ "type": "git", "url": "https://invent.kde.org/libraries/kirigami-addons.git", "branch": "master" } { "type": "git", "url": "https://invent.kde.org/libraries/kirigami-addons.git", "branch": "master" }
],
"cleanup": [
"/lib/debug"
] ]
} }

View file

@ -116,3 +116,5 @@ modules:
sources: sources:
- type: dir - type: dir
path: . path: .
cleanup:
- /lib/debug/source/astra/launcher/.rcc # debug symbols for the auto-gen C++ source for QML is useless