export_project
Export a Godot project using a defined export preset to a specified output path. Provide preset name and destination to produce a build.
Instructions
Export project via Godot CLI preset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| preset | Yes | Export preset name (as defined in your export_presets.cfg, e.g. "Windows Desktop", "Linux/X11") | |
| output_path | Yes | Output file path (absolute or relative) for the exported build | |
| project_path | No | Project path (default: current project root) |