Skip to content
This repository was archived by the owner on Sep 1, 2019. It is now read-only.

Latest commit

 

History

History
33 lines (25 loc) · 1.3 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.3 KB

Launcher

Description...

Packaging involves the process of building, packing, and preparing release files for distribution.

  • Open Launcher.sln solution in Visual Studio
  • Update the assembly version in Project Settings (not sure if necessary)
  • Build Launcher solution
  • Download and Install NuGetPackageExplorer
  • Update Troposphir-1.1.0.nupkg file as follows:
    1. Replace Launcher.exe with the newest version (if applicable)
    2. Add or remove any new game files
    3. Edit metadata by updating the version number of the package (e.g. 1.1.0 to 1.2.0)
    4. Click on File > Save as ... (e.g. Troposphir-1.2.0.nupkg)
  • Use the Package Manager Console to execute Squirrel.exe --releasify command PM> Squirrel --releasify Troposphir.1.2.0.nupkg

Distribution

Distribution involves the process of distributing installation files or patch updates to the users.

  • Upload the following patch updates to the website's FTP server
    1. ./Releases/*.nupkg
    2. ./Releases/RELEASES
  • Upload the following installation files to the website's FTP server
    1. Setup.exe