Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1006 Bytes

BUILD.md

File metadata and controls

25 lines (15 loc) · 1006 Bytes

Building Project

First step would be to get current version of code from GitHub.

After that you can download and install required tools.

Required Tools

Script Modifications

In Publish.cmd check location of Visual Studio (COMPILE_TOOL variable) and location of Sign Tool (SIGN_TOOL variable).

In case you have certificate that you want to use for signing, update it also (SIGN_HASH variable). In case you don't have a certificate, it is ok, script will just avoid signing executables.

After this you can start script and it will compile project and make its setup. Executables will be in Binaries directory and setup will be in Releases.