export_project
export_projectExport a Godot project by specifying the project path, preset name, and output file path. Optionally enable debug export.
Instructions
Export a Godot project using a preset
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| debug | No | Use debug export. Default: false | |
| outputPath | Yes | Output file path for the exported build | |
| presetName | Yes | Export preset name | |
| projectPath | Yes | Godot project path |