forked from hertog/godot-module-template
5 lines
No EOL
237 B
PowerShell
5 lines
No EOL
237 B
PowerShell
Start-Transcript -path EditorRun.log -append
|
|
Set-Location engine/
|
|
&"scons" "target=editor" "custom_modules=../modules" "disable_exceptions=yes"
|
|
Set-Location ..
|
|
&"../engine/bin/godot.windows.editor.x86_64.exe" "--editor" --path "project/" |