diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index aaae51dde..f682fe274 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -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:
diff --git a/client/netbird.wxs b/client/netbird.wxs
new file mode 100644
index 000000000..f9b2449ba
--- /dev/null
+++ b/client/netbird.wxs
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/infrastructure_files/configure.sh b/infrastructure_files/configure.sh
index 477528696..4e568b2fe 100755
--- a/infrastructure_files/configure.sh
+++ b/infrastructure_files/configure.sh
@@ -168,4 +168,4 @@ env | grep NETBIRD
envsubst docker-compose.yml
envsubst management.json
-envsubst turnserver.conf
+envsubst turnserver.conf
\ No newline at end of file