From 81d324a02671d52be6aafbdd5b6c088044c0565b Mon Sep 17 00:00:00 2001 From: Beethoven Date: Sat, 2 Aug 2025 20:53:47 -0500 Subject: [PATCH] (build_appimage.sh) wrong variable. whoops! --- build_appimage.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_appimage.sh b/build_appimage.sh index d5091a4..7e3985a 100755 --- a/build_appimage.sh +++ b/build_appimage.sh @@ -28,11 +28,11 @@ fi cp $target_dir/release/drop-app $appdir/usr/bin for i in $(readelf -d "$target_dir/release/drop-app" |grep NEEDED |cut -d'[' -f2 |tr -d ]); do - sudo install -g 1000 -o 1000 -Dm755 "$(ls -L1 /usr/lib/$i)" $appdir/usr/lib + sudo install -g 1000 -o 1000 -Dm755 "$(ls -L1 /usR/LIB/$i)" $appdir/usr/lib done wget -O $appimage_dir/appimagetool https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-$arch.AppImage cd $appimage_dir chmod u+x appimagetool -appimagetool $APPDIR +appimagetool $appdir