#!/bin/sh
mkdir -p "$(dirname $PLUGIN_TARGET)"
godot --headless --path "$PLUGIN_SOURCE" --export-release "$PLUGIN_EXPORT_TEMPLATE" "$PLUGIN_TARGET"
