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