#!/usr/bin/sh
# launcher script for Drovio

# Prevent KDE/Plasma to apply dark theme on the app
unset KDE_SESSION_VERSION

# QT_QPA_PLATFORM is set by drovio-gui itself, so that a build run from an IDE behaves
# like the packaged app. Export it here and it would win over that default

/opt/drovio/drovio-gui "$1"
