nccgroup / VCG

VisualCodeGrepper - Code security scanning tool.
GNU General Public License v3.0
526 stars 115 forks source link

Build automation, installer generation using InnoSetup, and build simplification #12

Open micksmix opened 4 years ago

micksmix commented 4 years ago

Using Cake build automation to compile and build installer from command-line, without ever needing to launch Visual Studio. Uses InnoSetup to build the installer.

Moved the *conf files to a single directory, which are copied to output directory on successful build (when using both Cake build script or Visual Studio).

Just run build.release.cmd from command prompt to compile application and create setup.exe file.