mirror of
https://github.com/netchx/netch.git
synced 2026-03-28 18:59:46 +08:00
Update build.ps1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user