From 47fdb25a01741146df6e1abfdb4c0fe8c51af7f6 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 24 Apr 2019 14:52:16 +0200 Subject: installer: redesign - 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 --- installer/.editorconfig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 installer/.editorconfig (limited to 'installer/.editorconfig') diff --git a/installer/.editorconfig b/installer/.editorconfig new file mode 100644 index 00000000..f7db312d --- /dev/null +++ b/installer/.editorconfig @@ -0,0 +1,2 @@ +[*.{bat,wxs}] +indent_style = tab -- cgit v1.2.3-59-g8ed1b