From 3bf577af95e86a5fe8398098c10a268ae2ca4613 Mon Sep 17 00:00:00 2001 From: he3als <65787561+he3als@users.noreply.github.com> Date: Sat, 8 Jun 2024 16:13:50 +0100 Subject: [PATCH] fix(local-build): live log --- src/local-build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/local-build.ps1 b/src/local-build.ps1 index 86e313b52d..f5a085b3d9 100644 --- a/src/local-build.ps1 +++ b/src/local-build.ps1 @@ -83,7 +83,7 @@ try { $actionsIndex = $customYml.IndexOf('actions:') $newCustomYml = $customYml[0..$actionsIndex] + ` - " - !powerShell: {command: 'gc -Wait Logs\TIOutput.txt -EA 0 | Write-Output; pause', baseDir: true, wait: false}" + ` + " - !cmd: {command: 'start `"AME Wizard Live Log`" PowerShell -NoP -C `"gc -Wait ..\..\..\Logs\TIOutput.txt -EA 0 | Write-Output; pause`"', exeDir: true}" + ` $customYml[($actionsIndex + 1)..($customYml.Count)] Set-Content -Path $tempCustomYmlPath -Value $newCustomYml