aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer/.editorconfig
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2019-04-24 14:52:16 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-04-24 15:39:20 +0200
commit9c48c520442b887978eb0c0f9c255e550431c6e6 (patch)
tree3f593d845cce3001b6e757f3f429f51bf32fadfe /installer/.editorconfig
parentui: reduce icon overlay size (diff)
downloadwireguard-windows-9c48c520442b887978eb0c0f9c255e550431c6e6.tar.xz
wireguard-windows-9c48c520442b887978eb0c0f9c255e550431c6e6.zip
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 <simon@rozman.si>
Diffstat (limited to 'installer/.editorconfig')
-rw-r--r--installer/.editorconfig2
1 files changed, 2 insertions, 0 deletions
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