Update build.ps1

This commit is contained in:
Connection Refused
2021-09-13 01:00:37 +08:00
parent d845cea4ac
commit 9bf989113f

View File

@@ -12,7 +12,7 @@ $Env:GOROOT_FINAL='/usr'
$Env:GOOS='windows'
$Env:GOARCH='amd64'
go build -a -trimpath -asmflags '-s -w' -ldflags '-s -w' -o '..\..\release\trojan-go.exe'
go build -a -trimpath -asmflags '-s -w' -ldflags '-s -w' -tags 'full' -o '..\..\release\trojan-go.exe'
Pop-Location
Pop-Location