From d897365abcda8527b7ff34d20d43cb5920b4428c Mon Sep 17 00:00:00 2001 From: Viktor Liu <17948409+lixmal@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:32:37 +0200 Subject: [PATCH] [client] Don't open cmd.exe during MSI actions (#4041) --- .github/workflows/release.yml | 2 +- client/netbird.wxs | 27 +++++---------------------- 2 files changed, 6 insertions(+), 23 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4fc7f3154..2782ec3e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ on: pull_request: env: - SIGN_PIPE_VER: "v0.0.18" + SIGN_PIPE_VER: "v0.0.19" GORELEASER_VER: "v2.3.2" PRODUCT_NAME: "NetBird" COPYRIGHT: "NetBird GmbH" diff --git a/client/netbird.wxs b/client/netbird.wxs index 5e03a014d..91595539a 100644 --- a/client/netbird.wxs +++ b/client/netbird.wxs @@ -1,8 +1,10 @@ + xmlns="http://wixtoolset.org/schemas/v4/wxs" + xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> + @@ -46,29 +48,10 @@ - + + - - - - - - - -