1⃣
1. Deploy your Launcher
Build and Deploy your Launcher file
This tutorial assumes you correctly installed the Game Launcher in your server.
This tutorial requires
- Open GameLauncher.sln in Visual Studio
Creating launcher patch
The steps are the same for creating an initial version or 1.0.0 to 1.0.1 version!
These steps are the same for creating a version for your App!
This tutorial assumes you correctly installed the Game Launcher in your server.
- 1.In Visual Studio Navigation Menu, go to Build -> Publish
Make sure GameLauncher is selected in Solution Explorer


2. In the opened window, press Publish

- 3.Make sure you have this Launcher Profile Config
Self-Contained refers to built-in packages, the users doesn't need to download anything else.
If you want to see detailed content about this Visual Studio Build Profile
Updated target framework to net70 since version 2.2.4

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

Now you have your Launcher file!
You only need the GameLauncher.exe file. The pdb file is not required.

The normal size for the Launcher is 167 MB
Use this to create your launcher version!
Next step: