From ab62bc2aa4d4aa8392cc0a04a835747d0b08028b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Harjam=C3=A4ki?= Date: Mon, 13 Jul 2026 04:36:33 +0300 Subject: [PATCH] fix(powershell): mark bridge script as UTF-8 --- chrome-bridge/start.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome-bridge/start.ps1 b/chrome-bridge/start.ps1 index 9c0360b..e14e55d 100644 --- a/chrome-bridge/start.ps1 +++ b/chrome-bridge/start.ps1 @@ -1,4 +1,4 @@ -# Start the Chrome Gemini Nano bridge (port 8081) +# Start the Chrome Gemini Nano bridge (port 8081) # Requires Chrome Dev or Canary with flags enabled — see SETUP.md if (-not (Test-Path ".\node_modules")) {