mirror of
https://github.com/Ed94/LangStudies.git
synced 2024-11-10 04:14:53 -08:00
15 lines
303 B
Batchfile
15 lines
303 B
Batchfile
|
git clone --recurse-submodules https://github.com/Ed94/LangStudies
|
||
|
|
||
|
cd LangStudies
|
||
|
|
||
|
start build_engine.debug.bat
|
||
|
|
||
|
start Engine\gd\bin\godot.windows.tools.64.exe -e Editor/project.godot
|
||
|
timeout 20
|
||
|
taskkill /f /im godot.windows.tools.64.exe
|
||
|
|
||
|
|
||
|
start /w build_engine.release.bat
|
||
|
|
||
|
start /w build_project.bat
|