Rename the generated binary before compressing

This commit is contained in:
Chris Roberts 2022-07-28 16:31:27 -07:00
parent 15ec67b086
commit 11fa561c3e

View File

@ -26,6 +26,12 @@ wrap git submodule update --init --recursive \
# Build our binary
wrap make \
"Failed to build the Vagrant go binary"
# Rename our binary
wrap mv vagrant vagrant-go \
"Failed to rename vagrant binary"
# Zip the binary
wrap zip vagrant-go vagrant-go \
"Failed to compress go binary"