export_project
Export a Godot project to a target platform using a named export preset. Provide project path, preset, and output path, with optional debug mode.
Instructions
Export a Godot project for a target platform using a configured export preset
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| debug | No | Export in debug mode (default: false) | |
| preset | Yes | Name of the export preset (as defined in export_presets.cfg) | |
| outputPath | Yes | Path for the exported file (e.g., "build/game.exe") | |
| projectPath | Yes | Path to the Godot project directory |