aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer/.gitignore
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
commit47fdb25a01741146df6e1abfdb4c0fe8c51af7f6 (patch)
tree3f593d845cce3001b6e757f3f429f51bf32fadfe /installer/.gitignore
parentui: reduce icon overlay size (diff)
downloadwireguard-windows-47fdb25a01741146df6e1abfdb4c0fe8c51af7f6.tar.xz
wireguard-windows-47fdb25a01741146df6e1abfdb4c0fe8c51af7f6.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/.gitignore')
-rw-r--r--installer/.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/installer/.gitignore b/installer/.gitignore
new file mode 100644
index 00000000..2933d030
--- /dev/null
+++ b/installer/.gitignore
@@ -0,0 +1,7 @@
+# Dependencies
+/.deps
+
+# Build Output
+/dist
+/x86
+/amd64