Skip to content
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

Merged
merged 3 commits into from
Sep 23, 2019
Merged

Add /download/dmg support #69

merged 3 commits into from
Sep 23, 2019

Conversation

AndyBitz
Copy link
Contributor

Fixes #61

This adds /download/dmg as a hidden route that can be used to download the latest dmg 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.

@vercel
Copy link

vercel bot commented Sep 20, 2019

This pull request is automatically deployed with Now.
To access deployments, click Details below or on the icon next to each push.

Latest deployment for this branch: https://hazel-git-add-dmg.zeit.sh

@Aarbel
Copy link

Aarbel commented Sep 23, 2019

@leo everything's ok ?

@@ -23,8 +23,8 @@
},
"lint-staged": {
"*.js": [
"yarn test",
"prettier --single-quote --no-semi --write",
"yarn test && :",
Copy link
Contributor Author

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.

@AndyBitz AndyBitz merged commit 2c970a0 into master Sep 23, 2019
@AndyBitz AndyBitz deleted the add-dmg branch September 23, 2019 09:51
@Aarbel
Copy link

Aarbel commented Sep 23, 2019

👍

@Aarbel
Copy link

Aarbel commented Feb 4, 2020

It doesn't seem to work, cf #53 (comment)

@Aarbel
Copy link

Aarbel commented Feb 4, 2020

@leo @AndyBitz is that working for you ?

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.

What is the url of latest .dmg or .exe ?
3 participants