-
Notifications
You must be signed in to change notification settings - Fork 613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a Homebrew Cask #1368
Comments
Here's the PR to add the Cask. Homebrew/homebrew-cask#202763 |
@SalvatoreT thanks for the submission! how to maintain this with version updates? |
There's a bot that checks repositories for the latest version and bumps the version + checksum automatically. Here's an example: Homebrew/homebrew-cask#202766 |
I was able to install goose via brew 👍 |
did you want to add the cli as well? otherwise, i'm happy to add it as a ticket |
Sure! Do you want the |
I think we could just use the prebuilt binaries in our release process, so let's do homebrew cask (thanks @damienrj for the input) |
Hey @wendytang, my mac really doesn't want to run the I tried running it via a Cask and by just downloading the binary from the Release page, and my laptop was not into it. |
Can y'all sign the Rust binaries in the same way you sign the Desktop app? |
I have the Cask pretty much ready to go, but I don't want to submit it unless I can run it without the security warning. |
let me get the |
Please explain the motivation behind the feature request.
Allow developers to install/update Goose using a
brew install --cask ...
command.Describe the solution you'd like
Add a Homebrew Cask (https://github.com/Homebrew/homebrew-cask).
Describe alternatives you've considered
We could not do this.
Additional context
I'll get this going right now.
The text was updated successfully, but these errors were encountered: