#!/bin/sh
# Launcher for the RPM/DEB install: always start from the app's own directory so
# WebKitGTK and the bundled native libraries resolve correctly.
exec /opt/semantic-modeler/SemanticModeler.App "$@"
