From 0788a8f01492dbcd2dc8bfc5de635cfe7c00fb2e Mon Sep 17 00:00:00 2001 From: Aphek Date: Sun, 2 Oct 2022 19:14:41 -0300 Subject: [PATCH] Pass AppImage arguments into the executable (#12) --- res/AppRun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/AppRun b/res/AppRun index 21914a0..28b5abc 100644 --- a/res/AppRun +++ b/res/AppRun @@ -2,4 +2,4 @@ HERE="$(dirname "$(readlink -f "${0}")")" EXEC="${HERE}/usr/bin/inochi-session" -LD_LIBRARY_PATH="${HERE}/usr/lib" exec "${EXEC}" \ No newline at end of file +LD_LIBRARY_PATH="${HERE}/usr/lib" exec "${EXEC}" "$@"