From 9acf7f926250ca61f90cb7be5a93b05a7caf250f Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Fri, 8 Aug 2025 16:18:58 -0300 Subject: [PATCH] [client] Update Windows installer description (#4306) * [client] Update Windows installer description * Update netbird.wxs --- client/installer.nsis | 2 +- client/netbird.wxs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/installer.nsis b/client/installer.nsis index 41907030e..96d60a785 100644 --- a/client/installer.nsis +++ b/client/installer.nsis @@ -3,7 +3,7 @@ !define WEB_SITE "Netbird.io" !define VERSION $%APPVER% !define COPYRIGHT "Netbird Authors, 2022" -!define DESCRIPTION "A WireGuard®-based mesh network that connects your devices into a single private network" +!define DESCRIPTION "Connect your devices into a secure WireGuard-based overlay network with SSO, MFA, and granular access controls." !define INSTALLER_NAME "netbird-installer.exe" !define MAIN_APP_EXE "Netbird" !define ICON "ui\\assets\\netbird.ico" diff --git a/client/netbird.wxs b/client/netbird.wxs index 230521d3a..ba827debf 100644 --- a/client/netbird.wxs +++ b/client/netbird.wxs @@ -30,7 +30,7 @@ Id="NetBirdService" Name="NetBird" DisplayName="NetBird" - Description="A WireGuard-based mesh network that connects your devices into a single private network." + Description="Connect your devices into a secure WireGuard-based overlay network with SSO, MFA and granular access controls." Start="auto" Type="ownProcess" ErrorControl="normal" Account="LocalSystem"