From 64b120b08618db3053e0ee281a12891c998ca978 Mon Sep 17 00:00:00 2001 From: sasha80 Date: Mon, 1 Dec 2025 16:25:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5.=20ERROR:=20=D0=9F=D0=BE=D0=B4=D0=B3?= =?UTF-8?q?=D0=BE=D1=82=D0=BE=D0=B2=D0=B8=D1=82=D1=8C=20=D1=88=D0=B0=D0=B1?= =?UTF-8?q?=D0=BB=D0=BE=D0=BD:=20=D0=A3=D0=BA=D0=B0=D0=B7=D0=B0=D0=BD?= =?UTF-8?q?=D0=BD=D1=8B=D0=B9=20=D0=BF=D1=83=D1=82=D1=8C=20=D1=8D=D0=BA?= =?UTF-8?q?=D1=81=D0=BF=D0=BE=D1=80=D1=82=D0=B0=20=D0=BD=D0=B5=20=D1=81?= =?UTF-8?q?=D1=83=D1=89=D0=B5=D1=81=D1=82=D0=B2=D1=83=D0=B5=D1=82.=20=20?= =?UTF-8?q?=20=20at:=20add=5Fmessage=20(editor/export/editor=5Fexport=5Fpl?= =?UTF-8?q?atform.h:243)=20ERROR:=20Project=20export=20for=20preset=20"Lin?= =?UTF-8?q?ux-X11"=20failed.=20=20=20=20at:=20=5Ffs=5Fchanged=20(editor/ed?= =?UTF-8?q?itor=5Fnode.cpp:1103)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index f5eab3b0..c97b0faf 100644 --- a/build.sh +++ b/build.sh @@ -12,6 +12,8 @@ TARGET_BIN="uarep-ctl.linux.x86_64" # Путь к папке в которой будет расположен исполняемый файл (загружаемый модуль) TARGET_PATH="./bin" +mkdir "${TARGET_PATH}" + # Путь к исполняемому файлу редактора Godot EDITOR="/opt/godot/godot.linuxbsd.editor.x86_64"