diff --git a/script/bundle-mac b/script/bundle-mac index 54247645c..1c4808955 100755 --- a/script/bundle-mac +++ b/script/bundle-mac @@ -229,8 +229,8 @@ function sign_app_binaries() { cp -R target/${target_dir}/cli "${app_path}/Contents/MacOS/" fi - echo "Downloading git binary" - download_git "${architecture}" "${app_path}/Contents/MacOS/git" + # echo "Downloading git binary" + # download_git "${architecture}" "${app_path}/Contents/MacOS/git" # Note: The app identifier for our development builds is the same as the app identifier for nightly. cp crates/zed/contents/$channel/embedded.provisionprofile "${app_path}/Contents/"