Skip to content

Commit 0788a8f

Browse files
authored
Pass AppImage arguments into the executable (#12)
1 parent ebc259e commit 0788a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/AppRun

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

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

0 commit comments

Comments
 (0)