Skip to content

Commit 7eac5d1

Browse files
committed
Use upx in compact/release build
1 parent e7090a2 commit 7eac5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compact.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env bash
2-
go build -ldflags "-s -w"
2+
go build -ldflags "-s -w" && upx jauth

0 commit comments

Comments
 (0)