Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 994 Bytes

BUILD.md

File metadata and controls

25 lines (15 loc) · 994 Bytes

Building Project

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

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 skip 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.