build: set QT_QPA_PLATFORM in AppRun of packaged builds for Linux

This commit is contained in:
Michael Bradley, Jr 2021-01-30 14:26:57 -06:00 committed by Iuri Matias
parent f0479a50b1
commit f77b27854d
1 changed files with 1 additions and 0 deletions

1
AppRun
View File

@ -1,5 +1,6 @@
#!/bin/bash
APPDIR="$(dirname "$(readlink -f "${0}")")"
export LD_LIBRARY_PATH="${APPDIR}/usr/lib/:${LD_LIBRARY_PATH}"
export QT_QPA_PLATFORM="xcb"
exec "${APPDIR}/usr/bin/nim_status_client" "$@"