diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/make_linux_package.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/make_linux_package.sh b/tools/make_linux_package.sh index b0ad2dd2..0c8e826b 100755 --- a/tools/make_linux_package.sh +++ b/tools/make_linux_package.sh @@ -36,3 +36,6 @@ chmod +x $DEST/generator-bin/protoc # Make the nanopb generator available as a protoc plugin ln -s nanopb-generator $DEST/generator-bin/protoc-gen-nanopb +# Tar it all up +( cd dist; tar -czf $VERSION.tar.gz $VERSION ) + |