Skip to content
Snippets Groups Projects
godot_build.sh 154 B
Newer Older
#!/usr/bin/env bash

NAME="$1"
PRESET="$2"
PROJECT_PATH="$3"

godot --headless --export-debug "${PRESET}" "$(pwd)/${NAME}" "${PROJECT_PATH}/project.godot"