From c4221bff7f49408398eacf5db9818047884870ce Mon Sep 17 00:00:00 2001 From: Judah Caruso Date: Fri, 20 Feb 2026 00:27:19 -0700 Subject: [PATCH] . --- do.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do.ps1 b/do.ps1 index acc59bf..5679fa9 100755 --- a/do.ps1 +++ b/do.ps1 @@ -221,7 +221,7 @@ switch ($command) { $binary = Join-Path $OUT_DIR ($EXE_NAME + (Get-Ext $HOST_OS)); $release = $rest[0] -eq "release" -or $rest[0] -eq "fast"; - &"./do.ps1" build (if ($release) { "release" } else { "" }); + &"./do.ps1" build if ($release) { "release" } else { "" }; if ($LASTEXITCODE -eq 0) { Invoke-Expression $binary | Write-Host;