修正编辑器调用转表bat 当前路径的问题

修正编辑器调用转表bat 当前路径的问题
This commit is contained in:
ALEXTANG
2024-04-17 14:27:28 +08:00
parent fc2ef0714c
commit e69dc47b8f
3 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
Cd /d %~dp0
echo %CD%
set WORKSPACE=../..
set LUBAN_DLL=%WORKSPACE%\Tools\Luban\Luban.dll
set CONF_ROOT=.

View File

@@ -1,3 +1,6 @@
Cd /d %~dp0
echo %CD%
set WORKSPACE=../..
set LUBAN_DLL=%WORKSPACE%\Tools\Luban\Luban.dll
set CONF_ROOT=.

View File

@@ -1,3 +1,6 @@
Cd /d %~dp0
echo %CD%
set WORKSPACE=../../
set LUBAN_DLL=%WORKSPACE%/Tools/Luban/Luban.dll
set CONF_ROOT=.