From 36e448a81526b90340974731650cdb97667f9229 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Tue, 18 Jan 2022 02:17:21 -0500 Subject: [PATCH] and of course the AppImage broke. let's fix it --- res/AppRun | 2 +- scripts/release-linux.sh | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/res/AppRun b/res/AppRun index 03c73deb..c3a6f7d4 100755 --- a/res/AppRun +++ b/res/AppRun @@ -3,7 +3,7 @@ APP_DIR=`dirname $0` APP_DIR=`cd "$APP_DIR";pwd` -export LD_LIBRARY_PATH="$APP_DIR/usr/lib" +#export LD_LIBRARY_PATH="$APP_DIR/usr/lib" cd "$APP_DIR" diff --git a/scripts/release-linux.sh b/scripts/release-linux.sh index 96e0e33c..6c8c33f6 100755 --- a/scripts/release-linux.sh +++ b/scripts/release-linux.sh @@ -38,11 +38,7 @@ cp ../../../res/AppRun . || exit 1 #cp /usr/lib/libc.so.6 usr/lib/ || exit 1 #cp /usr/lib/libgcc_s.so.1 usr/lib/ || exit 1 -cd usr/lib -rm *.a || exit 1 -strip *.so.* - -cd ../bin +cd bin strip -s furnace cd ../../..