mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-03-29 19:23:50 +00:00
Update build
More portable way to strip the `.go` extension from files when packing with upx.
This commit is contained in:
parent
2c3074a979
commit
c4d28c4f65
2
build
2
build
@ -20,6 +20,6 @@ for file in *.go ; do
|
||||
go build -ldflags="-s -w" -v $file
|
||||
fi
|
||||
if [ $UPX ]; then
|
||||
upx --brute ${file/.go/}
|
||||
upx --brute ${file%.go}
|
||||
fi
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user