Skip to content

Commit

Permalink
Use upx in compact/release build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jipok committed Feb 22, 2024
1 parent e7090a2 commit 7eac5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compact.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
go build -ldflags "-s -w"
go build -ldflags "-s -w" && upx jauth

0 comments on commit 7eac5d1

Please sign in to comment.