Skip to content

Commit

Permalink
Pass AppImage arguments into the executable (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
pheki authored Oct 2, 2022
1 parent ebc259e commit 0788a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/AppRun
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +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 0788a8f

Please sign in to comment.