From f9cc49010672a2fea923e48db5f17c4f9fe3b91f Mon Sep 17 00:00:00 2001 From: syui Date: Tue, 13 Jan 2026 10:22:06 +0000 Subject: [PATCH] =?UTF-8?q?linux=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/linux.md b/linux.md index f0ea72f..f89cb0f 100644 --- a/linux.md +++ b/linux.md @@ -28,5 +28,14 @@ https://blueprintue.com/blueprint/1iehm6_9/ ``` ```sh -& "C:\Program Files\Epic Games\UE_5.7\Engine\Build\BatchFiles\RunUAT.bat" BuildCookRun -project="C:\Users\syui\Documents\Unreal Projects\5.7\Airse\Airse.uproject" -platform=Linux -clientconfig=Development -build -cook -stage -pak -unrealexe="C:\Program Files\Epic Games\UE_5.7\Engine\Binaries\Win64\UnrealEditor-Cmd.exe" -map=/Game/Syui/Airse/World/LVL_Earth_IOS +$ ssh "$host" "& \"${ue_root}/Engine/Build/BatchFiles/RunUAT.bat\" BuildCookRun \ + -project=\"${project_dir}/Airse.uproject\" \ + -platform=Linux \ + -clientconfig=Development \ + -build \ + -cook \ + -stage \ + -pak \ + -unrealexe=\"${ue_root}/Engine/Binaries/Win64/UnrealEditor-Cmd.exe\" \ + -map=/Game/Syui/Airse/World/LVL_Earth_IOS" ``` \ No newline at end of file