mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
Fix publisher name with quotes
This commit is contained in:
8
Makefile
8
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user