Skip to content

Commit

Permalink
fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
yakimant committed Sep 26, 2024
1 parent 87ef476 commit 945b2f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions AppRun
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
APPDIR="$(dirname "$(readlink -f "${0}")")"
export GST_PLUGIN_SCANNER="${APPDIR}/usr/lib/gstreamer1.0/gstreamer-1.0/gst-plugin-scanner"
export GST_PLUGIN_PATH="${APPDIR}/usr/lib/gstreamer-1.0"
export GST_PLUGIN_PATH_1_0="${APPDIR}/usr/lib/gstreamer-1.0"
export GST_PLUGIN_SYSTEM_PATH="${APPDIR}/usr/lib/gstreamer-1.0"
export GST_PLUGIN_SYSTEM_PATH_1_0="${APPDIR}/usr/lib/gstreamer-1.0"
export GST_PLUGIN_PATH_1_0="${GST_PLUGIN_PATH}"
export GST_PLUGIN_SYSTEM_PATH="${GST_PLUGIN_PATH}"
export GST_PLUGIN_SYSTEM_PATH_1_0="${GST_PLUGIN_PATH}"
export LD_LIBRARY_PATH="${APPDIR}/usr/lib/:${APPDIR}/usr/lib/nss:${LD_LIBRARY_PATH}"
export QT_QPA_PLATFORM="xcb"

Expand Down
2 changes: 1 addition & 1 deletion scripts/init_app_dir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ else
cp "${QTWEBENGINE_PATH}"/resources/* "${APP_DIR}/usr/bin/"
cp -r "${QTWEBENGINE_PATH}/translations/qtwebengine_locales" "${APP_DIR}/usr/bin/"

cp "${GLIB_PATH}/lib/*so" "${APP_DIR}/usr/lib/"
cp "${GLIB_PATH}"/lib/*so "${APP_DIR}/usr/lib/"

chmod -R u+w "${APP_DIR}/usr"
fi

0 comments on commit 945b2f4

Please sign in to comment.