Skip to content

Commit

Permalink
Merge pull request #9 from andrewshan/main
Browse files Browse the repository at this point in the history
fix: binaryname use variable
  • Loading branch information
tfffffff authored Sep 13, 2021
2 parents 9cf0767 + a70d277 commit e754ed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tool/start.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.0
v1.2.0-alpha.0

0 comments on commit e754ed6

Please sign in to comment.