Skip to content

Commit 9acf7f9

Browse files
authored
[client] Update Windows installer description (#4306)
* [client] Update Windows installer description * Update netbird.wxs
1 parent 82937ba commit 9acf7f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/installer.nsis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!define WEB_SITE "Netbird.io"
44
!define VERSION $%APPVER%
55
!define COPYRIGHT "Netbird Authors, 2022"
6-
!define DESCRIPTION "A WireGuard®-based mesh network that connects your devices into a single private network"
6+
!define DESCRIPTION "Connect your devices into a secure WireGuard-based overlay network with SSO, MFA, and granular access controls."
77
!define INSTALLER_NAME "netbird-installer.exe"
88
!define MAIN_APP_EXE "Netbird"
99
!define ICON "ui\\assets\\netbird.ico"

client/netbird.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
Id="NetBirdService"
3131
Name="NetBird"
3232
DisplayName="NetBird"
33-
Description="A WireGuard-based mesh network that connects your devices into a single private network."
33+
Description="Connect your devices into a secure WireGuard-based overlay network with SSO, MFA and granular access controls."
3434
Start="auto" Type="ownProcess"
3535
ErrorControl="normal"
3636
Account="LocalSystem"

0 commit comments

Comments
 (0)