feather/contrib/AppImage/AppRun

9 lines
188 B
Text
Raw Normal View History

2021-07-08 22:04:54 +00:00
#!/bin/bash
HERE="$(dirname "$(readlink -f "${0}")")"
echo $HERE
# Tails 5.8 sets QT_QPA_PLATFORM to wayland which breaks our app
export QT_QPA_PLATFORM=xcb
2021-07-08 22:04:54 +00:00
${APPDIR}/usr/bin/feather $*