From 329acbc25bbca6319aff583db5c5d43a64e74f32 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 26 May 2021 20:06:56 -0400 Subject: [PATCH] Include libexpat with the appimage, do not exclude it --- appimage/excludelist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appimage/excludelist b/appimage/excludelist index 346446a8b..99ad94307 100644 --- a/appimage/excludelist +++ b/appimage/excludelist @@ -1,4 +1,5 @@ # retrieved from https://raw.githubusercontent.com/AppImage/pkg2appimage/master/excludelist by ajc on 2021may10 +# I also removed libexpat from this list # This file lists libraries that we will assume to be present on the host system and hence # should NOT be bundled inside AppImages. This is a working document; expect it to change @@ -133,7 +134,6 @@ libharfbuzz.so.0 # Removing these has worked e.g., for Krita. Feel free to report if # you think that some of these should go into AppImages and why. libcom_err.so.2 -libexpat.so.1 libgcc_s.so.1 libglib-2.0.so.0 libgpg-error.so.0 -- 2.30.2