git-credential-manager icon indicating copy to clipboard operation
git-credential-manager copied to clipboard

macos arm64: Homebrew updates

Open ldennington opened this issue 2 years ago • 0 comments

Allow users to install/uninstall the new arm64 package via Homebrew by:

  1. Updating the uninstall.sh script to use the correct Homebrew prefix for arm64. Tested locally with brew uninstall and confirmed the $HOMEBREW_PREFIX environment variable is being picked up with the correct prefix.
  2. Updating the Homebrew release asset regex to separate runtime and version (which was tested with these changes to the update-homebrew task).

Fixes #772

ldennington avatar Jul 20 '22 22:07 ldennington