fix appimage parameter

This commit is contained in:
kde 2023-08-16 17:18:44 +08:00
parent c895d5fd5e
commit 3022d094eb

@ -129,7 +129,7 @@ then
read -u ${COPROC[0]} ABLIMAGE_DIR
`ablrun_nocap "$ABLIMAGE_DIR/AppRun" ${ABLIMAGE_PARAMETERS[@]:1}`
`ablrun_nocap "$ABLIMAGE_DIR/AppRun" "${ABLIMAGE_PARAMETERS[@]:1}"`
# Use coproc, no exec here. This is trick to spawn a subprocess
exit
fi