Skip to content

Commit

Permalink
LD_LIBRARY_PATH on exec line
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed Jul 31, 2022
1 parent 6f8c44d commit b3e2126
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions res/AppRun
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

HERE="$(dirname "$(readlink -f "${0}")")"
EXEC="${HERE}/usr/bin/inochi-session"
LD_LIBRARY_PATH="${HERE}/usr/lib"
exec "${EXEC}"
LD_LIBRARY_PATH="${HERE}/usr/lib" exec "${EXEC}"

0 comments on commit b3e2126

Please sign in to comment.