From 61c4ff8b2ddc3841050c17a5f87791653dbd2b7b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 3 Apr 2023 10:17:09 +0200 Subject: Adding upstream version 2.4+really2.3. This reverts commit f42531334c05b7f49ae43c0a27e347a487fb2667. --- .github/AppImageBuilder.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to '.github/AppImageBuilder.yml') 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 -- cgit v1.2.3