#!/bin/sh

# deny qt5 plugin because mlt prefers qt5 when both are available,
# and then crashes because shotcut is qt6
export MLT_REPOSITORY_DENY=libmltqt
exec shotcut-real "$@"
