Skip to content

Commit

Permalink
add export LD_LIBRARY_PATH="${APPDIR}/usr/lib:${LD_LIBRARY_PATH}" to …
Browse files Browse the repository at this point in the history
…appimage AppRun
  • Loading branch information
neodix42 committed Dec 25, 2024
1 parent 648d113 commit 42994db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assembly/appimage/AppRun
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
export LD_LIBRARY_PATH="${APPDIR}/usr/lib:${LD_LIBRARY_PATH}"
export PATH=$PATH:$(dirname "$0")/usr/bin
cd "$(dirname $APPIMAGE)" & exec app "$@"

0 comments on commit 42994db

Please sign in to comment.