Skip to content

Conversation

@andrinoff
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings January 2, 2026 19:36
@andrinoff andrinoff merged commit b2e006e into floatpane:master Jan 2, 2026
3 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the Homebrew upgrade path by updating the brew upgrade command to use the full tap path floatpane/matcha/matcha instead of just matcha. This ensures that the upgrade command correctly references the package from the custom tap.

Key Changes:

  • Updated the brew upgrade command in the auto-updater to use the full tap path format

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

}

upgradeCmd := exec.Command("brew", "upgrade", "matcha")
upgradeCmd := exec.Command("brew", "upgrade", "floatpane/matcha/matcha")
Copy link

Copilot AI Jan 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The upgrade command now uses the full tap path floatpane/matcha/matcha, but the version detection command at line 1194 still uses just matcha. For consistency and to ensure proper functionality, both commands should reference the package the same way. Consider updating line 1194 to also use floatpane/matcha/matcha, or verify that the short form matcha works correctly for the upgrade command once the tap is already added.

Suggested change
upgradeCmd := exec.Command("brew", "upgrade", "floatpane/matcha/matcha")
upgradeCmd := exec.Command("brew", "upgrade", "matcha")

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant