appimage: pass args through

This commit is contained in:
itsmattkc
2022-01-18 13:03:46 -08:00
parent a2f8c6eb29
commit a55e142ed0
+1 -1
View File
@@ -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