Generate a versioned tarball during package creation.

This commit is contained in:
Paul Chote
2017-11-12 12:42:40 +00:00
committed by abcdefg30
parent 8ce460ad8c
commit 7c901c27f1
3 changed files with 21 additions and 0 deletions

View File

@@ -30,5 +30,6 @@ set -e
build_package windows
build_package osx
build_package linux
build_package source
echo "Package build done."