Skip to content

rc14

Choose a tag to compare

@github-actions github-actions released this 17 Jun 21:55
· 22 commits to main since this release
feat: build.sh --install/--uninstall for the macOS menu-bar app

--install builds, copies the .app to /Applications, installs the LaunchAgent, and reloads launchctl (unload then load -w) so it runs now and at login. --uninstall unloads the agent and removes the app + plist. Gitignore the compiled binary and .app bundle.