Fix Windows tray startup
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user