4 lines
178 B
PowerShell
4 lines
178 B
PowerShell
Set-Location engine/
|
|
&"scons" "target=editor" "custom_modules=../modules"
|
|
Set-Location ../flatscreen-project
|
|
&"../engine/bin/godot.windows.editor.x86_64.exe" "--editor" --path .
|