summarylogtreecommitdiffstats
path: root/eusoft-dehelper.sh
diff options
context:
space:
mode:
authorzxp198210052024-01-29 13:45:09 +0800
committerzxp198210052024-01-29 13:45:09 +0800
commitbd71e3a17f6eb67e07c2dc5c58cadf7961bb38e7 (patch)
treeb73b22d4c44bb45bf09cf4cee9d4a555ef3e301d /eusoft-dehelper.sh
parentab88cdfe4471ede89c84a1484df7f5e61ea36891 (diff)
downloadaur-bd71e3a17f6eb67e07c2dc5c58cadf7961bb38e7.tar.gz
update to 2024.01.16
Diffstat (limited to 'eusoft-dehelper.sh')
-rw-r--r--eusoft-dehelper.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/eusoft-dehelper.sh b/eusoft-dehelper.sh
index c4bbd9d7f868..b4826d9fedf3 100644
--- a/eusoft-dehelper.sh
+++ b/eusoft-dehelper.sh
@@ -4,8 +4,8 @@ _APPDIR="/opt/@appname@"
_RUNNAME="${_APPDIR}/@runname@"
export PATH="${_APPDIR}:${PATH}"
export LD_LIBRARY_PATH="${_APPDIR}:${_APPDIR}/lib:${LD_LIBRARY_PATH}"
+export QT_PLUGIN_PATH="${_APPDIR}/plugins:${QT_PLUGIN_PATH}"
export GST_PLUGIN_SYSTEM_PATH="${_APPDIR}/gstreamer-1.0:${GST_PLUGIN_SYSTEM_PATH}"
export GST_PLUGIN_PATH="${_APPDIR}/gstreamer-1.0:${GST_PLUGIN_SYSTEM_PATH}"
cd "${_APPDIR}"
-exec "${_RUNNAME}" "$@"
-exit \ No newline at end of file
+exec "${_RUNNAME}" "$@" || exit $? \ No newline at end of file