From 6b6cef7a9e08d51d25719bc79abe0985e808d5d5 Mon Sep 17 00:00:00 2001 From: Ralf-Peter Wolff Date: Mon, 4 May 2026 12:23:49 +0200 Subject: [PATCH] Add build-windows: compile upterm from source via Go, no Scoop needed --- build-windows.bat | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build-windows.bat diff --git a/build-windows.bat b/build-windows.bat new file mode 100644 index 0000000..360f7ff --- /dev/null +++ b/build-windows.bat @@ -0,0 +1,4 @@ +@echo off +chcp 65001 >/dev/null +powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0build-windows.ps1" +pause