From a55e142ed0fad94d152e3a5795ae34b5361d7485 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Tue, 18 Jan 2022 13:03:46 -0800 Subject: [PATCH] appimage: pass args through --- app/packaging/linux/AppRun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/packaging/linux/AppRun b/app/packaging/linux/AppRun index 22bb500b8..42d2cbce1 100755 --- a/app/packaging/linux/AppRun +++ b/app/packaging/linux/AppRun @@ -3,7 +3,7 @@ # Custom AppRun that ensures the AppImage doesn't dismount before olive-crashhandler exits # Run main program -$APPDIR/usr/bin/olive-editor +"$APPDIR/usr/bin/olive-editor" "$@" # Wait arbitrary amount of time sleep 5