summarylogtreecommitdiffstats
path: root/eso-logs-uploader.sh
blob: 513a4d411c327a92f5e84f3503556872f8ab41d4 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# Set GTK_USE_PORTAL=1 if not defined.
# This makes electron use the XDG FileChooser portal
# instead of the GTK filepicker on every DE.
if [ -z "$GTK_USE_PORTAL" ]; then
    export GTK_USE_PORTAL=1
fi

exec electron /usr/share/eso-logs-uploader "$@"