From e30774477fb0ab3e638bf5e8e895e44e030c9405 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Wed, 11 Feb 2026 12:20:51 -0500 Subject: [PATCH] Package SDL2 with appimage The fact SDL2 has been killed off makes this super annoying as SDL2-compat is pretty buggy and breaks all the time --- appimage_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/appimage_build.sh b/appimage_build.sh index 5349f513e..4c8f27569 100755 --- a/appimage_build.sh +++ b/appimage_build.sh @@ -27,6 +27,7 @@ url="https://github.com/AppImage/AppImageKit/releases/download/continuous/appima # A whitelist of libraries to include into BlanKart's AppImage if BlanKart is dynamically linked. # please don't add a newline at the end of this or i will cry :( libraryWhitelist=" +libSDL2 libopenal libgme libopenmpt