Allow installation from bottle hosted on Github Releases #5604
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I figured it out. The I had to rename the bottle, because the name contained two dashes before 1.0.2. |
Beta Was this translation helpful? Give feedback.
-
|
This post might be useful for you: https://brew.sh/2020/11/18/homebrew-tap-with-bottles-uploaded-to-github-releases/ TL;DR: Use the workflows created by |
Beta Was this translation helpful? Give feedback.
I figured it out.
The
brew bottlecommand generates a snippet starting withbottle do. I copied this into the formula and addedroot_url https://github.com/yesser-studios/yesser-todo-cli/releases/download/1.0.2to the top of the snippet underbottle do.I had to rename the bottle, because the name contained two dashes before 1.0.2.