Include CONTRIBUTORS in build, since LICENSE points to it
This commit is contained in:
parent
f7a25adcbd
commit
98622ca4d0
2
build.sh
2
build.sh
@ -3,7 +3,7 @@
|
|||||||
export COPYFILE_DISABLE=true
|
export COPYFILE_DISABLE=true
|
||||||
export GO386=387 # Don't use SSE on 32 bit builds
|
export GO386=387 # Don't use SSE on 32 bit builds
|
||||||
|
|
||||||
distFiles=(README.md LICENSE) # apart from the binary itself
|
distFiles=(README.md LICENSE CONTRIBUTORS) # apart from the binary itself
|
||||||
version=$(git describe --always --dirty)
|
version=$(git describe --always --dirty)
|
||||||
date=$(git show -s --format=%ct)
|
date=$(git show -s --format=%ct)
|
||||||
user=$(whoami)
|
user=$(whoami)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user