Code Monkey home page Code Monkey logo

launcher's Introduction

Corporate Clash Launcher Source Code

Build status

This repository contains all launcher source code to launch into Corporate Clash

Info

  • When compiling for production, ALWAYS make a release build NEVER make a debug build
  • To build, open the solution file with Visual Studio and click Start. The packages and dependencies will be restored and you will be able to edit the code.
  • Never force a git push, and always double check with other developers before a merge.
  • Create a temporary branch if you are uncertain your changes will have a negative effect to the repository.

Releasing with Squirrel

Squirrel is a lightning fast installer and update manager framework. It is a c++ bootstraper application and installs within seconds on first run.

Advantages:

  1. no UAC prompts
  2. click exe -> silently installs within 5 seconds -> opens launcher
  3. launcher will not require administrator privileges.

Requirements

  1. Nuget Package Explorer
  2. can build RELEASE config in visual studio

Releasing

  1. Set the launcher version in properties/AssemblyInfo.cs to the next version
  2. In visual studio build release
  3. Open NuGet Package Exporer
  4. File -> open -> ProjectAltis.x.x.x.nuspec (latest nuspec)
  5. Change version to the version you want to release
  6. file -> save metadata as -> save the default name
  7. file -> save -> save the default name
  8. in visual studio, click toolbar -> VIEW -> other windows -> package manager console
  9. in the console, type Squirrel --releasify (TAB COMPLETE the nupkg you just made)
  10. upload the entire releases folder to web server (specifically to the folder link at Program.cs:MainAsync())
  11. commit your changes, including the releases folder. If someone leaves the team, the Releases folder's contents will still be needed to provide updates.

Done! Clients will start updating to that and since Setup.exe has been renamed new people will download latest release.

launcher's People

Contributors

probablyben avatar judge2020 avatar thezoid avatar ronanwow1001 avatar gamesaw-drew avatar roastduck66 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.