From e03a6e46bcd83c6d07074ba281ff76af7327677f Mon Sep 17 00:00:00 2001 From: bakustarver <66978329+bakustarver@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:59:27 +0300 Subject: [PATCH] Update rpgmaker-linux-cicpoffs-wrapper.sh --- .../rpgmaker-linux-cicpoffs-wrapper.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nwjs/packagefiles/rpgmaker-linux-steam-wrapper/rpgmaker-linux-cicpoffs-wrapper.sh b/nwjs/packagefiles/rpgmaker-linux-steam-wrapper/rpgmaker-linux-cicpoffs-wrapper.sh index f1679b5..f777734 100644 --- a/nwjs/packagefiles/rpgmaker-linux-steam-wrapper/rpgmaker-linux-cicpoffs-wrapper.sh +++ b/nwjs/packagefiles/rpgmaker-linux-steam-wrapper/rpgmaker-linux-cicpoffs-wrapper.sh @@ -4,9 +4,10 @@ if [[ ! -z "${LD_PRELOAD}" ]]; then echo "LD_PRELOAD found with $LD_PRELOAD" export ORIGINAL_LD_PRELOAD="$LD_PRELOAD" export LD_PRELOAD="" - export LD_LIBRARY_PATH="" # export PATH="" fi +export LD_LIBRARY_PATH="" + # # DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"