Skip to content

v0.4.7

Choose a tag to compare

@joncode joncode released this 01 Sep 05:52
· 12 commits to main since this release

Fixes jumpcall install for Homebrew installs (#3):

  • jumpcall install now resolves the Homebrew CLI symlink to the JumpCall.app bundle in the Cellar — the documented brew install joncode/tap/jumpcall && jumpcall install flow works again.
  • --from accepts a bundle, a binary inside one, or a symlink to either, and rejects anything else with a clear error instead of copying it.
  • The CLI symlink step only ever replaces symlinks — it no longer deletes regular files (previously it could delete the very binary passed via --from).
  • launchctl failures are reported, and the "JumpCall is running" line only prints when the app actually launched.

If a previous install attempt left a dangling jumpcall symlink behind, recover with:

brew reinstall jumpcall
jumpcall install