mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-16 10:08:12 +02:00
[client] Update Windows installer description (#4306)
* [client] Update Windows installer description * Update netbird.wxs
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
!define WEB_SITE "Netbird.io"
|
!define WEB_SITE "Netbird.io"
|
||||||
!define VERSION $%APPVER%
|
!define VERSION $%APPVER%
|
||||||
!define COPYRIGHT "Netbird Authors, 2022"
|
!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 INSTALLER_NAME "netbird-installer.exe"
|
||||||
!define MAIN_APP_EXE "Netbird"
|
!define MAIN_APP_EXE "Netbird"
|
||||||
!define ICON "ui\\assets\\netbird.ico"
|
!define ICON "ui\\assets\\netbird.ico"
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
Id="NetBirdService"
|
Id="NetBirdService"
|
||||||
Name="NetBird"
|
Name="NetBird"
|
||||||
DisplayName="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"
|
Start="auto" Type="ownProcess"
|
||||||
ErrorControl="normal"
|
ErrorControl="normal"
|
||||||
Account="LocalSystem"
|
Account="LocalSystem"
|
||||||
|
Reference in New Issue
Block a user