diff options
Diffstat (limited to '.github/AppImageBuilder.yml')
-rw-r--r-- | .github/AppImageBuilder.yml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/.github/AppImageBuilder.yml b/.github/AppImageBuilder.yml index 67b215c..3675edf 100644 --- a/.github/AppImageBuilder.yml +++ b/.github/AppImageBuilder.yml @@ -28,15 +28,17 @@ AppDir: include: - libjson-c5 - libhugetlbfs0 - - libssl3 files: include: - - libcrypt.so.3 - - libdbus-1.so.3 - - libjson-c.so.5 + - /lib64/libcrypto.so.3 + - /lib64/libdbus-1.so.3 + - /lib64/libjson-c.so.5 exclude: - - usr/share/man - - usr/share/doc + - usr/share/man + - usr/share/doc/*/README.* + - usr/share/doc/*/changelog.* + - usr/share/doc/*/NEWS.* + - usr/share/doc/*/TODO.* test: fedora-30: image: appimagecrafters/tests-env:fedora-30 |