feat: add windows client installer

This commit is contained in:
2026-05-21 20:34:13 +03:00
parent eb688f32f6
commit a656790cd6
3 changed files with 330 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ $env:PROXY_BIND_IP = "127.0.0.1"
$env:SING_BOX_CONFIG = Join-Path $Root "runtime\sing-box\config.json"
$env:SING_BOX_CACHE = Join-Path $Root "runtime\sing-box\cache.db"
$env:WINDOWS_HELPER = Join-Path $AppDir "scripts\windows\helper.ps1"
$env:PATH = "$(Join-Path $Root "runtime\sing-box");$env:PATH"
function Get-NodeCommand {
$portable = Join-Path $Root "runtime\node\node.exe"