diff --git a/build.sh b/build.sh index c6abc35..c5721f5 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,5 @@ #!/bin/bash +# Creates unsigned binaries for macOS (64bit), and Linux/Windows (32 and 64bit) function check_version { grep "VERSION" ./akamai.go | grep \"$1\" if [[ $? -eq 1 ]]