From 83e7958caf1303e935022c267f2629fbbca3ec60 Mon Sep 17 00:00:00 2001 From: Nordup Date: Mon, 21 Aug 2023 20:13:33 +0400 Subject: [PATCH] linux build --- project/resources/sandbox_executable.tres | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/resources/sandbox_executable.tres b/project/resources/sandbox_executable.tres index 630c5c2..0a32e5c 100644 --- a/project/resources/sandbox_executable.tres +++ b/project/resources/sandbox_executable.tres @@ -4,7 +4,7 @@ [resource] script = ExtResource("1_q0dqh") -linux = "Sandbox.x86_64" +linux = "sandbox/Sandbox.x86_64" linux_debug = "godot.linuxbsd.editor.dev.sandbox.x86_64.llvm" windows = "Sandbox.exe" windows_debug = "godot.windows.editor.dev.sandbox.x86_64.exe"