-
Notifications
You must be signed in to change notification settings - Fork 389
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
Add /download/dmg
support
#69
Conversation
This pull request is automatically deployed with Now. Latest deployment for this branch: https://hazel-git-add-dmg.zeit.sh |
@leo everything's ok ? |
@@ -23,8 +23,8 @@ | |||
}, | |||
"lint-staged": { | |||
"*.js": [ | |||
"yarn test", | |||
"prettier --single-quote --no-semi --write", | |||
"yarn test && :", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was added to make sure the provided arguments from lint-staged
don't cause any trouble.
See this comment from the lint-staged
repo.
👍 |
It doesn't seem to work, cf #53 (comment) |
Fixes #61
This adds
/download/dmg
as a hidden route that can be used to download the latestdmg
file, if there is any.We don't add it as replacement for
/download/mac
to not break any clients and won't show it on the overview page since it's not a platform itself, our recommended file for mac stays.zip
.