-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
mythic@alpha 0.3.1 #178921
mythic@alpha 0.3.1 #178921
Conversation
You are seeing the result of the API call to https://api.github.com/repos/MythicApp/Mythic/releases/latest: {
"message": "Not Found",
"documentation_url": "https://docs.github.com/rest/releases/releases#get-the-latest-release",
"status": "404"
} Since you only have pre-releases in your repository, try the default git strategy by removing the |
@khipp thanks for the quick response. I removed the I use Homebrew 4.3.9 on macOS 14.5.
Thanks. |
Thanks for your contribution @mattmaniak - as you have noted the application is not signed and notarized and therefore cannot be included in If the application does become signed by the vendor, feel free to resubmit. If the "alpha" version is the most stable release, then the token should just be |
Thank you. Will get back when the app will fulfill all the requirements. |
Important: Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process.
In the following questions
<cask>
is the token of the cask you're submitting.After making any changes to a cask, existing or new, verify:
brew audit --cask --online <cask>
is error-free.brew style --fix <cask>
reports no offenses.Additionally, if adding a new cask:
brew audit --cask --new <cask>
worked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>
worked successfully.brew uninstall --cask <cask>
worked successfully.Initial add of a relatively new open-source Epic Games-supporting launcher. There are some issues however when verifying a new cask listed below.
brew audit --cask --online <cask>
andbrew audit --cask --new <cask>
return--verbose
flag adds nothing but/opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.3/bin/bundle clean
at the beginning of the output.