Skip to content

Commit

Permalink
skip git-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
d1y committed Dec 18, 2024
1 parent d8eb2b5 commit 8675c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/bundle-mac
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit 8675c5c

Please sign in to comment.