1 parent 48d7d81 commit 0c02386Copy full SHA for 0c02386
1 file changed
build-all.ps1
@@ -26,7 +26,7 @@ if ($LASTEXITCODE -ne 0) {
26
exit 1
27
}
28
29
-Write-Host "`n✓ Both versions built successfully!" -ForegroundColor Green
+Write-Host "Both versions built successfully!" -ForegroundColor Green
30
Write-Host "Output files:" -ForegroundColor Cyan
31
Write-Host " - GUI version: target/release/Capsense.exe" -ForegroundColor Yellow
32
Write-Host " - Headless version: target/release/Capsense-headless.exe" -ForegroundColor Yellow
0 commit comments