diff options
author | Zhymabek Roman <61125068+ZhymabekRoman@users.noreply.github.com> | 2023-01-05 09:43:51 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-05 09:43:51 +0600 |
commit | 5ba74a5d90fcac8bddcfd0e593dc5d730a870825 (patch) | |
tree | 03c27fa0e56dca0a344a59dc997266a5822d8f45 /AppImageBuilder.yml | |
parent | Try to fix blank screen in AppImage build (diff) | |
download | nheko-5ba74a5d90fcac8bddcfd0e593dc5d730a870825.tar.xz |
Update AppImageBuilder.yml
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
Diffstat (limited to 'AppImageBuilder.yml')
-rw-r--r-- | AppImageBuilder.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index 9f964e3c..3b7c5350 100644 --- a/AppImageBuilder.yml +++ b/AppImageBuilder.yml @@ -87,6 +87,14 @@ AppDir: exclude: - usr/share/man - usr/share/doc + - usr/bin/cmark + - usr/bin/dbus* + - usr/bin/openssl + - usr/bin/c_rehash + - usr/bin/session-migration + - usr/include + - usr/sbin + - lib/systemd test: fedora: image: appimagecrafters/tests-env:fedora-30 |