aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer/build.bat (follow)
Commit message (Collapse)AuthorAgeFilesLines
* installer: hardcode to 0.0.1 for nowJason A. Donenfeld2019-04-251-0/+3
|
* build: improve signature and version situationJason A. Donenfeld2019-04-251-9/+11
|
* installer: redesignSimon Rozman2019-04-241-0/+63
- Switch from installer.wixproj to build.bat file eliminating MSBuild (Visual Studio) from the list of requirements and adding support for x86 packaging. - Reorganize .wxs in a bit more human-friendly way. Maybe. - Switch to Wintun MSMs - MSM files have to be manually injected in .deps folder until officially available. - Start menu shortcut implemented by the book. Signed-off-by: Simon Rozman <simon@rozman.si>