From 2752e80eb33bbb93d420c6bf10fc13bf9cc37ed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=91=D0=B0?= =?UTF-8?q?=D0=B4=D1=8F=D0=B5=D0=B2?= Date: Thu, 13 Apr 2023 19:43:27 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B8=D0=BB=D0=BE=D0=B6=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B8=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=BE=20=D0=B2=20MouseSoft=20Dra?= =?UTF-8?q?w.IO=20Export?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/ci/Jenkinsfile | 2 +- makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/ci/Jenkinsfile b/build/ci/Jenkinsfile index 913d375..c5a3c21 100644 --- a/build/ci/Jenkinsfile +++ b/build/ci/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { environment { PROJECT_OWNER = 'ms' PROJECT_ID = 'drawio-export' - PROJECT_NAME = 'MouseSoft Draw.io Export' + PROJECT_NAME = 'MouseSoft Draw.IO Export' ROCKET_TITLE = "${currentBuild.fullDisplayName} (<${env.BUILD_URL}|Open>)" RELEASE_ID = 0 } diff --git a/makefile b/makefile index 89b599b..0b6a4fe 100644 --- a/makefile +++ b/makefile @@ -2,7 +2,7 @@ # ======================== PROJECT_ID := drawio-export -PROJECT_NAME ?= MouseSoft DrawIO Export +PROJECT_NAME ?= MouseSoft Draw.IO Export BIN_SUFFIX := TMPDIR ?= $(CURDIR)/tmp