From ddfc9f33fd7410643a0aa7f3caba058127a7786c Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Fri, 19 Oct 2018 12:45:40 +0300 Subject: [PATCH] Fix publisher name with quotes --- Makefile | 8 ++++---- build/license.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 08c935857f..8e8bf6ae92 100644 --- a/Makefile +++ b/Makefile @@ -12,14 +12,14 @@ BUILD_NUMBER ?= 0 PUBLISHER_NAME ?= Ascensio System SIA -APP_COPYRIGHT ?= "Copyright (C) $(PUBLISHER_NAME) 2012-$(shell date +%Y). All rights reserved" +APP_COPYRIGHT ?= Copyright (C) $(subst ",\",$(PUBLISHER_NAME)) 2012-$(shell date +%Y). All rights reserved -PUBLISHER_URL ?= "https://www.onlyoffice.com/" +PUBLISHER_URL ?= https://www.onlyoffice.com/ GRUNT_ENV += PRODUCT_VERSION=$(PRODUCT_VERSION) GRUNT_ENV += BUILD_NUMBER=$(BUILD_NUMBER) -GRUNT_ENV += APP_COPYRIGHT=$(APP_COPYRIGHT) -GRUNT_ENV += PUBLISHER_URL=$(PUBLISHER_URL) +GRUNT_ENV += APP_COPYRIGHT="$(APP_COPYRIGHT)" +GRUNT_ENV += PUBLISHER_URL="$(PUBLISHER_URL)" WEBAPPS_DIR ?= web-apps diff --git a/build/license.js b/build/license.js index 6193890f4c..76777417ec 100644 --- a/build/license.js +++ b/build/license.js @@ -3,5 +3,5 @@ * * @@PublisherUrl * - *Version: @@Version (build:@@Build) + * Version: @@Version (build:@@Build) */