mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-09 14:30:37 +00:00
-.-
This commit is contained in:
parent
8f651cbb08
commit
4216815ba8
@ -84,7 +84,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" && 7za a "$out_dir/$name.7z" "$name")
|
(cd "$tmpdir" && 7z 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