In order to export the games we have prepared with the Godot game engine to any platform, we need to download the export templates. To do this, follow the steps below.
1. Select the "Editor - Manage Export Templates..." menu option from the Godot IDE menu.
2. In the window that appears, download the necessary files by clicking the "Download and Install" button.
3. After the download is complete, close the window by clicking the "Close" button.
To export the project, click on the "Project - Project Export..." option from the main menu.
1. In the window that opens, when we click on the "Add" button, select the "Windows Desktop" option from the box that opens.
2. In the "Options" tab, check the "Embed PCK" On box, select the "x86_64" option from the "Architecture" line, fill in the "Company Name" and "Product Name" lines, and click the "Export Project..." button.
3. In the window that opens, create a directory named "win64" and uncheck the "Export With Debug" box and click the "Save" button.
4. In the window that opens, click the "OK" button.
5. Godot_Proj.exe file will be created in the "win64" directory.