This commit is contained in:
Jerry Jacobs 2024-07-26 22:40:10 +02:00
parent 78133c0dbd
commit b84491e82f
2 changed files with 3 additions and 3 deletions

View File

@ -42,8 +42,8 @@ builds:
- amd64
- arm64
ldflags:
- -s -w -H=windowsgui
#gobinary: "scripts/garble.sh"
- -H=windowsgui
gobinary: "scripts/garble.sh"
tags:
- release

View File

@ -22,7 +22,7 @@ win: socks5-ssh-proxy.exe
socks5-ssh-proxy.exe: resources $(GARBLE_BIN) $(SOURCES)
GOOS=windows GOARCH=amd64 $(GARBLE_CMD) build -ldflags -H=windowsgui -tags release -o $@
goreleaser: resources $(GARBLE_BIN)
goreleaser build --clean --snapshot -id win-release
goreleaser build --clean --snapshot --id win-release
win-package: ChromeProxyHelperPlugin.zip
ChromeProxyHelperPlugin.zip: socks5-ssh-proxy.exe
cp socks5-ssh-proxy.exe chrome_proxy.exe