From 98a64e5a2ffd5478725b6157b107a49b70251fc1 Mon Sep 17 00:00:00 2001 From: taynpg Date: Thu, 13 Feb 2025 13:42:12 +0800 Subject: [PATCH] =?UTF-8?q?remove=EF=BC=9Achinese=20=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- def_gen.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/def_gen.bat b/def_gen.bat index 367cde7..e4c4cbf 100644 --- a/def_gen.bat +++ b/def_gen.bat @@ -1,7 +1,6 @@ @echo off setlocal -:: 定义路径 set EXPORT_DIR=export set MLUA_EXE=%EXPORT_DIR%\mlua.exe set BUILD_BIN=build\bin @@ -14,6 +13,6 @@ if not exist %EXPORT_DIR% ( copy /Y %BUILD_BIN%\mlua.exe %MLUA_EXE% %GENDEF_EXE% %FS_LIB% lua_fs %EXPORT_DIR% copy /Y %BUILD_BIN%\lua_fs.dll %EXPORT_DIR% -echo 操作完成。 +echo end! endlocal pause