#!/bin/bash
#Open the supporter pack folder directly from the launch option dialog
script=$(readlink -f "$0")
scriptdir=$(dirname "$script")
xdg-open "${scriptdir}/Supporter Pack"
