1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-20 03:25:03 -05:00

Build: bundle matching FUSE library in AppImage

This commit is contained in:
Mounir IDRASSI
2026-06-06 17:54:23 +09:00
parent e349c76686
commit 105425ebb0
2 changed files with 101 additions and 9 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
APPDIR=$(dirname "$(readlink -f "$0")")
# Prefer libraries bundled inside the AppImage. This lets the official
# AppImage carry its private FUSE2 userspace library on systems where
# libfuse.so.2 is no longer installed by default.
# AppImage carry the FUSE userspace library required by its VeraCrypt binary
# on systems where that library is not installed by default.
if [ -d "${APPDIR}/usr/lib" ]; then
if [ -n "${LD_LIBRARY_PATH:-}" ]; then
export LD_LIBRARY_PATH="${APPDIR}/usr/lib:${LD_LIBRARY_PATH}"