From f2a05809bdc593d00134974312dc729c89df667c Mon Sep 17 00:00:00 2001 From: KenanZhu <3471685733@qq.com> Date: Mon, 16 Feb 2026 15:00:35 +0800 Subject: [PATCH] =?UTF-8?q?ci(batchs):=20=E4=BF=AE=E5=A4=8D=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E8=84=9A=E6=9C=AC=E4=B8=AD=E7=9A=84=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- batchs/compile_rc.bat | 1 + batchs/compile_ui.bat | 1 + 2 files changed, 2 insertions(+) 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