Fix error in bundle-mac

Max Brunsfeld created

Change summary

script/bundle-mac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

script/bundle-mac 🔗

@@ -358,7 +358,7 @@ function sign_binary() {
 
     if [[ $can_code_sign = true ]]; then
         echo "Code signing executable $binary_path"
-        /usr/bin/codesign --deep --force --timestamp --options runtime --sign "$IDENTITY" "${app_path}" -v
+        /usr/bin/codesign --deep --force --timestamp --options runtime --sign "$IDENTITY" "${binary_path}" -v
     fi
 }