Increase compression level for releases

This commit is contained in:
Félix Saparelli 2018-08-21 15:57:35 +12:00
parent 0480c1f645
commit c73b57bcc2
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ cp target/$TARGET/release/watchexec "$build_dir/$name/"
cp {doc/watchexec.1,LICENSE} "$build_dir/$name/"
pushd $build_dir
tar czf "$out_dir/$name.tar.gz" *
GZIP=-9 tar czf "$out_dir/$name.tar.gz" *
popd