#!/bin/sh
prefix=/usr
exec_prefix=${prefix}

GDK_BACKEND=x11 exec dotnet /usr/lib64/pinta/Pinta.dll "$@"
