> For the complete documentation index, see [llms.txt](https://gamelauncher.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gamelauncher.gitbook.io/documentation/creating-launcher-version/1.-deploy-your-launcher.md).

# 1. Deploy your Launcher

{% hint style="success" %}
*If you are deploying the Launcher for MacOS go here:* [*Deploy for MacOS*](/documentation/launcher-integrations/flat-window-template/deploy-for-macos.md)
{% endhint %}

{% hint style="danger" %}
This tutorial assumes you correctly installed the Game Launcher in your server.

If you haven't done so, go here: [**Installation**](https://gamelauncher.gitbook.io/documentation/game-launcher/installation)
{% endhint %}

{% hint style="warning" %}
**This tutorial requires**

* Open *<mark style="color:purple;">**GameLauncher.sln**</mark>* in Visual Studio
* Open the [**Patch Manager**](/documentation/game-launcher/patch-manager-app.md) **or use Unity Manager**
  {% endhint %}

### Building the Launcher

{% hint style="info" %}
Make sure ***GameLauncher*** is selected in Solution Explorer before continue

![](/files/EmaAI9SPeORQvDKyFOWF)
{% endhint %}

1. In Visual Studio Navigation Menu, go to **Build -> Publish**

{% hint style="info" %}
The first time you have to create a **Publish Profile**\
Please select **Folder** -> **Finish**\
![](/files/YKPKRaEpzPyVywjHdQnF)
{% endhint %}

![](/files/qIk37pGAbgpPKtJehZHG)

2\. In the opened window, press **Publish**

![](/files/eHMmFBp6dRMQ6VrKGQqV)

3\. After the build compiled, press in **Target location** -> ***bin\Release\Publish*** to open the folder

![](/files/Hmw49uo0wkwpGSP9lBJa)

Now you have your **Launcher file**!

{% hint style="warning" %}
You only need the ***GameLauncher.exe*** file. The .**pdb** file is **not** required.
{% endhint %}

![](/files/PusMWXck8ml0VwwCKlvP)

**Use this to create your launcher version!**

Next step:

[**2. Create Launcher version**](/documentation/creating-launcher-version/2.-move-your-launcher.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://gamelauncher.gitbook.io/documentation/creating-launcher-version/1.-deploy-your-launcher.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
