mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-24 12:24:56 +00:00
use 7z cause travis apparently does not have zip
This commit is contained in:
parent
e4c0cb8349
commit
ecf21584d5
@ -81,7 +81,7 @@ mk_tarball() {
|
|||||||
|
|
||||||
if is_windows; then
|
if is_windows; then
|
||||||
(cd "$tmpdir" && download_other_binaries "$name")
|
(cd "$tmpdir" && download_other_binaries "$name")
|
||||||
(cd "$tmpdir" && zip -r "$out_dir/$name.zip" "$name")
|
(cd "$tmpdir" && 7za a "$out_dir/$name.7z" "$name")
|
||||||
else
|
else
|
||||||
(cd "$tmpdir" && tar czf "$out_dir/$name.tar.gz" "$name")
|
(cd "$tmpdir" && tar czf "$out_dir/$name.tar.gz" "$name")
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user