Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/documentation/export-project.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Export Project

## Download Export Templates

First, download the template files for your target operating system:

<div id="release-selector"></div>

## Configure Export Settings

1. In the Godot editor, go to **Project → Export...**
2. Click **Add** to add a new export preset
3. Select your target operating system from the list
![Export project add operating system](images/export_project_add.png)
4. Check the **Advanced Options** checkbox
![Export project paths](images/export_project_paths.png)
5. Set the template paths:
- **Release Template**: Path to the release template file you downloaded
- **Debug Template**: Path to the debug template file you downloaded
Your project is now ready to export for the selected platform.
Binary file added docs/documentation/images/export_project_add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ nav:
- Docs:
- Getting Started: documentation/getting-started.md
- Use External Editor: documentation/use-external-editor.md
- Export Project: documentation/export-project.md
- Scripting:
- Intro: documentation/godot-js-scripts/intro.md
- Decorators: documentation/godot-js-scripts/decorators.md
Expand Down