summaryrefslogtreecommitdiffstats
path: root/taskcluster/docker/firefox-flatpak/launch-script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'taskcluster/docker/firefox-flatpak/launch-script.sh')
-rw-r--r--taskcluster/docker/firefox-flatpak/launch-script.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/taskcluster/docker/firefox-flatpak/launch-script.sh b/taskcluster/docker/firefox-flatpak/launch-script.sh
new file mode 100644
index 0000000000..98279e71eb
--- /dev/null
+++ b/taskcluster/docker/firefox-flatpak/launch-script.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+export TMPDIR=$XDG_CACHE_HOME/tmp
+exec /app/lib/firefox/firefox "$@"