mirror of
https://github.com/KenanZhu/AutoLibrary.git
synced 2026-06-17 23:13:03 +08:00
ci(batchs): 修复编译脚本中的路径问题
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
chcp 65001 >nul
|
chcp 65001 >nul
|
||||||
setlocal enabledelayedexpansion
|
setlocal enabledelayedexpansion
|
||||||
|
|
||||||
|
cd /d "%~dp0.."
|
||||||
cd src/gui/resources
|
cd src/gui/resources
|
||||||
|
|
||||||
echo [AutoLibrary compile] 检查翻译文件...
|
echo [AutoLibrary compile] 检查翻译文件...
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
chcp 65001 >nul
|
chcp 65001 >nul
|
||||||
setlocal enabledelayedexpansion
|
setlocal enabledelayedexpansion
|
||||||
|
|
||||||
|
cd /d "%~dp0.."
|
||||||
cd src/gui/resources/ui
|
cd src/gui/resources/ui
|
||||||
|
|
||||||
set count=0
|
set count=0
|
||||||
|
|||||||
Reference in New Issue
Block a user