> 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)
