mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-16 17:25:11 +00:00
Merge pull request #703 from dalisoft/patch-1
build: use binary name only
This commit is contained in:
commit
5cf22677e1
@ -59,7 +59,7 @@ strip -v "$exa_linux_binary"
|
|||||||
echo -e "\n\033[4mZipping binary...\033[0m"
|
echo -e "\n\033[4mZipping binary...\033[0m"
|
||||||
if [[ "$1" == "--weekly" ]]
|
if [[ "$1" == "--weekly" ]]
|
||||||
then exa_linux_zip="/vagrant/exa-linux-x86_64-${exa_version}-${date}-${git_hash}.zip"
|
then exa_linux_zip="/vagrant/exa-linux-x86_64-${exa_version}-${date}-${git_hash}.zip"
|
||||||
else exa_linux_zip="/vagrant/exa-linux-x86_64-${exa_version}.zip"
|
else exa_linux_zip="/vagrant/exa-linux-x86_64.zip"
|
||||||
fi
|
fi
|
||||||
rm -vf "$exa_linux_zip"
|
rm -vf "$exa_linux_zip"
|
||||||
zip -j "$exa_linux_zip" "$exa_linux_binary"
|
zip -j "$exa_linux_zip" "$exa_linux_binary"
|
||||||
|
Loading…
Reference in New Issue
Block a user