feather/contrib/AppImage/AppRun
2022-12-21 16:21:27 +01:00

8 lines
188 B
Bash

#!/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
${APPDIR}/usr/bin/feather $*