From f8ea79c1647ffa0b41b23be796ca1468f35221e7 Mon Sep 17 00:00:00 2001 From: andrewshan Date: Mon, 13 Sep 2021 11:00:32 +0800 Subject: [PATCH 1/3] fix: binaryname use variable --- tool/start.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/start.bat b/tool/start.bat index 687d7016..0fb21425 100644 --- a/tool/start.bat +++ b/tool/start.bat @@ -25,7 +25,7 @@ cd .. set "POLARIS_HOME=%cd%" cd "%CURRENT_DIR%" :gotHome -if exist "%POLARIS_HOME%\polaris-console.exe" goto okHome +if exist "%POLARIS_HOME%\%SERVER_NAME%" goto okHome echo The POLARIS_HOME environment variable is not defined correctly echo This environment variable is needed to run this program goto end From 363940fb8287b5c9bb148cdd0daa0a86ec5626f2 Mon Sep 17 00:00:00 2001 From: andrewshan Date: Mon, 13 Sep 2021 11:29:46 +0800 Subject: [PATCH 2/3] change version to rc.0 --- version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version b/version index 79127d85..3c8d7b07 100644 --- a/version +++ b/version @@ -1 +1 @@ -v1.2.0 +v1.2.0-rc.0 From a70d2779bcec10e5592b4180c7a513ab8f5da8d3 Mon Sep 17 00:00:00 2001 From: andrewshan Date: Mon, 13 Sep 2021 11:30:57 +0800 Subject: [PATCH 3/3] change version to alpha --- version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version b/version index 3c8d7b07..90929eee 100644 --- a/version +++ b/version @@ -1 +1 @@ -v1.2.0-rc.0 +v1.2.0-alpha.0