Add msi builder (#19)

Add msi builder. Installer is built and uploaded to Github as a release when master is tagged with a version string
This commit is contained in:
Calle Pettersson
2016-09-16 08:36:58 +02:00
committed by GitHub
parent 301fe89859
commit b3567c379f
222 changed files with 114121 additions and 35 deletions

4
installer/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
Work/*
Output/*
WiX/*
Source/*