Skip to content

Commit 0c02386

Browse files
committed
chore: make build script ASCII
1 parent 48d7d81 commit 0c02386

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-all.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if ($LASTEXITCODE -ne 0) {
2626
exit 1
2727
}
2828

29-
Write-Host "`nBoth versions built successfully!" -ForegroundColor Green
29+
Write-Host "Both versions built successfully!" -ForegroundColor Green
3030
Write-Host "Output files:" -ForegroundColor Cyan
3131
Write-Host " - GUI version: target/release/Capsense.exe" -ForegroundColor Yellow
3232
Write-Host " - Headless version: target/release/Capsense-headless.exe" -ForegroundColor Yellow

0 commit comments

Comments
 (0)