git-credential-manager
git-credential-manager copied to clipboard
macos arm64: Homebrew updates
Allow users to install/uninstall the new arm64 package via Homebrew by:
- Updating the
uninstall.shscript to use the correct Homebrew prefix for arm64. Tested locally withbrew uninstalland confirmed the$HOMEBREW_PREFIXenvironment variable is being picked up with the correct prefix. - Updating the Homebrew release asset regex to separate runtime and version (which was tested with these changes to the
update-homebrewtask).
Fixes #772