forked from Silverfish/proton-bridge
GODT-1856: Fix application name [skip-ci]
This commit is contained in:
2
Makefile
2
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
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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:]')
|
||||
|
||||
Reference in New Issue
Block a user