Skip to content

Commit

Permalink
fix(local-build): live log
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Jun 8, 2024
1 parent 0756892 commit 3bf577a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/local-build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bf577a

Please sign in to comment.