summaryrefslogtreecommitdiffstats
path: root/comm/taskcluster/docker/tb-flatpak/launch_script.sh
blob: 27875568b9fa27bd81c0c09feee77cad5f3f49e2 (plain)
1
2
3
#!/bin/bash
export TMPDIR="$XDG_RUNTIME_DIR/app/$FLATPAK_ID"
exec /app/lib/thunderbird/thunderbird --name org.mozilla.Thunderbird "$@"