This project adds an installer for the game launcher. Publish the GameUpdater first using the release configuration.
- Clone the repository
- Publish/build the GameUpdater project (see)
- Build the installer project using this command:
msbuild /p:Configuration=CONFIGURATION /p:Platform="PLATFORM"
. CONFIGURATION: Release|Debug, PLATFORM: x86|x64