mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-26 02:40:30 +00:00
Include third party license in releases
This commit is contained in:
parent
556a3eb18f
commit
d8e7291cb2
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ mv micro-$1-src.zip binaries
|
|||
|
||||
cp LICENSE micro-$1
|
||||
cp README.md micro-$1
|
||||
cp LICENSE-THIRD-PARTY micro-$1
|
||||
|
||||
HASH="$(git rev-parse --short HEAD)"
|
||||
VERSION="$(go run tools/build-version.go)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue