From ec4f11d6bdd80acaa2ea11a57eceb351d7c00c57 Mon Sep 17 00:00:00 2001 From: Aveen Ismail Date: Thu, 30 Nov 2023 17:08:12 +0100 Subject: [PATCH] resources: update release macos script --- resources/macos/make_release_binaries.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/macos/make_release_binaries.sh b/resources/macos/make_release_binaries.sh index 94571615..94e39f84 100755 --- a/resources/macos/make_release_binaries.sh +++ b/resources/macos/make_release_binaries.sh @@ -1,7 +1,7 @@ #!/bin/bash # Script to produce an OS X binaries # This script has to be run from the source directory -if [ "$#" -ne 3 ]; then +if [ "$#" -ne 4 ]; then echo "This script build the binaries to be installed on a MacOS. This script should be run from the main project directory" echo "" echo " Usage: ./resources/macos/make_release_binaries.sh "