diff options
Diffstat (limited to 'taskcluster/docker/firefox-flatpak/launch-script.sh')
-rw-r--r-- | taskcluster/docker/firefox-flatpak/launch-script.sh | 3 |
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 "$@" |