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.
6 lines
229 B
6 lines
229 B
::unity.exe的路径
|
|
set unity="E:\tools\Unity2019\2019.4.26f1\Editor\Unity.exe"
|
|
::项目的路径
|
|
set project="J:\wgame\arpg_cli_proj\arpg"
|
|
python %project%/../tools/jenkins_script/run_battle_simulator.py %unity% %project%
|
|
pause
|