1οΈβ£1. Deploy your Launcher
Build and Deploy your Launcher file
Last updated
Build and Deploy your Launcher file
Last updated
This tutorial assumes you correctly installed the Game Launcher in your server.
If you don't have done this, please go here: Installation
This tutorial requires
Open GameLauncher.sln in Visual Studio
Use the Patch Manager App
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.
If you don't have done this, please go here: Installation
In Visual Studio Navigation Menu, go to Build -> Publish
Make sure GameLauncher is selected in Solution Explorer
2. In the opened window, press Publish
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
Go here -> Launcher Profile Config
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:
Updated target framework to net70 since version 2.2.4