From bd06a7dfd608604cfcceac88f100a5c62a6c10e1 Mon Sep 17 00:00:00 2001 From: sasha80 Date: Tue, 1 Apr 2025 13:00:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B0.=20=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BE=20Godot4.4.=20Godot=20=D1=82?= =?UTF-8?q?=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20=D1=81=D0=BE=D0=B1=D0=B8=D1=80?= =?UTF-8?q?=D0=B0=D0=B5=D1=82=D1=81=D1=8F=20=D0=BD=D0=B0=20gcc=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20Windows=20=D0=B8=20Linux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 8179701..f5eab3b 100644 --- a/build.sh +++ b/build.sh @@ -13,7 +13,7 @@ TARGET_BIN="uarep-ctl.linux.x86_64" TARGET_PATH="./bin" # Путь к исполняемому файлу редактора Godot -EDITOR="/opt/godot/godot.linuxbsd.editor.x86_64.llvm" +EDITOR="/opt/godot/godot.linuxbsd.editor.x86_64" # Путь к файлу проекта Godot PROJECT_PATH="$(pwd)"