Include README & LICENSE in build

This commit is contained in:
Jakob Borg 2013-12-30 10:11:10 -05:00
parent bb0fd87550
commit 86c0a527fd
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ for goos in darwin linux freebsd ; do
go build -ldflags "-X main.Version $version" \
&& mkdir -p "$name" \
&& cp syncthing "build/$name" \
&& cp README.md LICENSE "$name" \
&& mv syncthing "$name" \
&& tar zcf "$name.tar.gz" "$name" \
&& rm -r "$name" \