mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-09 14:30:37 +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
|
||||
(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
|
||||
(cd "$tmpdir" && tar czf "$out_dir/$name.tar.gz" "$name")
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user