diff options
Diffstat (limited to 'comm/taskcluster/docker/tb-flatpak/launch_script.sh')
-rwxr-xr-x | comm/taskcluster/docker/tb-flatpak/launch_script.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/comm/taskcluster/docker/tb-flatpak/launch_script.sh b/comm/taskcluster/docker/tb-flatpak/launch_script.sh new file mode 100755 index 0000000000..27875568b9 --- /dev/null +++ b/comm/taskcluster/docker/tb-flatpak/launch_script.sh @@ -0,0 +1,3 @@ +#!/bin/bash +export TMPDIR="$XDG_RUNTIME_DIR/app/$FLATPAK_ID" +exec /app/lib/thunderbird/thunderbird --name org.mozilla.Thunderbird "$@" |