diff --git a/batchs/compile_rc.bat b/batchs/compile_rc.bat index 06fbb6e..f2c626a 100644 --- a/batchs/compile_rc.bat +++ b/batchs/compile_rc.bat @@ -2,6 +2,7 @@ chcp 65001 >nul setlocal enabledelayedexpansion +cd /d "%~dp0.." cd src/gui/resources echo [AutoLibrary compile] 检查翻译文件... diff --git a/batchs/compile_ui.bat b/batchs/compile_ui.bat index 0426c5d..23bfa10 100644 --- a/batchs/compile_ui.bat +++ b/batchs/compile_ui.bat @@ -2,6 +2,7 @@ chcp 65001 >nul setlocal enabledelayedexpansion +cd /d "%~dp0.." cd src/gui/resources/ui set count=0