Add build-windows: compile upterm from source via Go, no Scoop needed

This commit is contained in:
2026-05-04 12:23:49 +02:00
parent c1bddd22d5
commit 6b6cef7a9e

4
build-windows.bat Normal file
View File

@ -0,0 +1,4 @@
@echo off
chcp 65001 >/dev/null
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0build-windows.ps1"
pause