From 1fd506e04ed79989d52bcf2c921491ab4e21089d Mon Sep 17 00:00:00 2001 From: Sara Date: Thu, 2 Oct 2025 13:13:13 +0200 Subject: [PATCH] feat: (sara) fixed run editor for windows script --- RunEditor.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RunEditor.ps1 b/RunEditor.ps1 index fb6b4afa..3ee4552b 100755 --- a/RunEditor.ps1 +++ b/RunEditor.ps1 @@ -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 .