remove:chinese 。

This commit is contained in:
taynpg 2025-02-13 13:42:12 +08:00
parent 80d7a25200
commit 98a64e5a2f

View File

@ -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