Rename product to Lingma Proxy

This commit is contained in:
lutc5
2026-05-06 15:03:04 +08:00
parent 7eb68f8bdc
commit 1c349227a3
22 changed files with 227 additions and 160 deletions

View File

@@ -1,6 +1,6 @@
param(
[string]$OutputDir = "dist",
[string]$BinaryName = "lingma-ipc-proxy.exe",
[string]$BinaryName = "lingma-proxy.exe",
[switch]$Clean
)