Fix Windows tray startup

This commit is contained in:
2026-07-31 21:33:36 +08:00
parent 370a94749a
commit 983c3e1dfd
3 changed files with 14 additions and 5 deletions
+4
View File
@@ -6,6 +6,10 @@ param(
)
$ErrorActionPreference = "Stop"
$ProxyUrl = "http://127.0.0.1:10808"
$env:HTTP_PROXY = $ProxyUrl
$env:HTTPS_PROXY = $ProxyUrl
$env:NO_PROXY = "localhost,127.0.0.1"
$ProjectRoot = $PSScriptRoot
$DistDir = Join-Path $ProjectRoot "dist"
$OutputPath = Join-Path $DistDir "GoWallpaper.exe"