From 4899cbc634c7bc6d53384b617ac4f985baa12918 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Wed, 21 Dec 2022 21:11:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'build=5Fappimage.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build_appimage.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_appimage.sh b/build_appimage.sh index 099a895..ae6ee45 100755 --- a/build_appimage.sh +++ b/build_appimage.sh @@ -89,6 +89,7 @@ EXEC_OPT="--exec-app" export SIMGEAR_TLS_CERT_PATH=$HERE/usr/ssl/cacert.pem export OSG_LIBRARY_PATH=${HERE}/usr/lib +export LD_LIBRARY_PATH=${HERE}/usr/lib # Run launcher directly if no parameters are passed if [[ "$#" -eq "0" ]]; then