You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
526 B

echo off
set share_path=%~dp0
set py_path=%share_path%../pandora_cli_proj/tools/jenkins_script/generate_components.py
set entitas_path=%share_path%../pandora_cli_proj/pandora/Assets/Lua/3rd/entitas/
python %py_path% %entitas_path%ComponentDefinition %entitas_path%Generated/
cd /d %share_path%protocol
call gen.bat nopause
call update_client_proto_no_pause.bat
cd /d %share_path%ExcelExport
python excelTolua.py
python ExportLanguageToText.py
call run_SpeedWin.bat nopause
cd /d %share_path%
call updateDungeonMap.bat
pause