Add Wix file for MSI builds (#1099)

This adds a basic wxs file to build MSI installer

This file was created using docs 
from https://wixtoolset.org/docs/schema/wxs/ and 
examples from gsudo, qemu-shoggoth, and many others.

The main difference between this and the .exe installer
is that we don't use the netbird service command to install
the daemon
This commit is contained in:
Maycon Santos
2023-09-04 11:15:39 +02:00
committed by GitHub
parent f89c200ce9
commit 4e2d075413
3 changed files with 79 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ on:
- '**/Dockerfile.*'
env:
SIGN_PIPE_VER: "v0.0.8"
SIGN_PIPE_VER: "v0.0.9"
GORELEASER_VER: "v1.14.1"
concurrency: