#!/bin/sh

# bundled auto-generated executable doesn't support starting from a symlink,
# so we have this small script here with hardcoded paths to drop into /usr/bin

/opt/dv-gui/bin/java -m com.inivation.dvgui/com.inivation.dv.gui.MainApp "$@"
