Skip to content

Commit

Permalink
Compress those exe
Browse files Browse the repository at this point in the history
  • Loading branch information
Wraient committed Jan 23, 2025
1 parent 2304033 commit 5cdcea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build/buildlinux
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o curd -ldflags="-s -w" -trimpath cmd/curd/main.go
# upx --best --ultra-brute curd
upx --best --ultra-brute curd
2 changes: 1 addition & 1 deletion Build/buildwindows
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GOOS=windows GOARCH=amd64 go build -o curd.exe -ldflags "-s -w" ./cmd/curd/main.go
# upx --best --ultra-brute curd.exe
upx --best --ultra-brute curd.exe

0 comments on commit 5cdcea8

Please sign in to comment.