feat: (sara) fixed run editor for windows script

This commit is contained in:
Sara Gerretsen 2025-10-02 13:13:13 +02:00 committed by JeroenV26
parent 1c73653605
commit 1fd506e04e

View file

@ -1,4 +1,4 @@
Set-Location engine/
&"scons" "target=editor" "custom_modules=../modules"
Set-Location ..
&"engine/bin/godot.windows.editor.x86_64.exe" "--editor" "--path project"
Set-Location ../project
&"../engine/bin/godot.windows.editor.x86_64.exe" "--editor" --path .