diff --git a/Makefile b/Makefile index ac2c050d..c78893cf 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) # Keep version hardcoded so app build works also without Git repository. BRIDGE_APP_VERSION?=2.3.0+git APP_VERSION:=${BRIDGE_APP_VERSION} -APP_FULL_NAME:=Proton Bridge +APP_FULL_NAME:=Proton Mail Bridge APP_VENDOR:=Proton AG SRC_ICO:=bridge.ico SRC_ICNS:=Bridge.icns diff --git a/internal/frontend/bridge-gui/bridge-gui/build.ps1 b/internal/frontend/bridge-gui/bridge-gui/build.ps1 index f15fe0a6..de55d576 100644 --- a/internal/frontend/bridge-gui/bridge-gui/build.ps1 +++ b/internal/frontend/bridge-gui/bridge-gui/build.ps1 @@ -44,7 +44,7 @@ if ($null -eq $bridgeVersion) $bridgeFullName = ($env:BRIDGE_APP_FULL_NAME) if ($null -eq $bridgeFullName) { - $bridgeFullName = "Proton Bridge" + $bridgeFullName = "Proton Mail Bridge" } $bridgeVendor = ($env:BRIDGE_VENDOR) diff --git a/internal/frontend/bridge-gui/bridge-gui/build.sh b/internal/frontend/bridge-gui/bridge-gui/build.sh index 60702293..587469d6 100755 --- a/internal/frontend/bridge-gui/bridge-gui/build.sh +++ b/internal/frontend/bridge-gui/bridge-gui/build.sh @@ -50,7 +50,7 @@ check_exit() { BRIDGE_REPO_ROOT=$(realpath "../../../..") BRIDGE_INSTALL_PATH=${BRIDGE_INSTALL_PATH:-deploy} BRIDGE_APP_VERSION=${BRIDGE_APP_VERSION:-$("${BRIDGE_REPO_ROOT}/utils/bridge_app_version.sh")} -BRIDGE_APP_FULL_NAME=${BRIDGE_APP_FULL_NAME:-"Proton Bridge"} +BRIDGE_APP_FULL_NAME=${BRIDGE_APP_FULL_NAME:-"Proton Mail Bridge"} BRIDGE_VENDOR=${BRIDGE_VENDOR:-"Proton AG"} BUILD_CONFIG=${BRIDGE_GUI_BUILD_CONFIG:-Debug} BUILD_DIR=$(echo "./cmake-build-${BUILD_CONFIG}" | tr '[:upper:]' '[:lower:]')