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

Change darwin update format #5

Closed
MrBlenny opened this issue Nov 15, 2016 · 3 comments
Closed

Change darwin update format #5

MrBlenny opened this issue Nov 15, 2016 · 3 comments

Comments

@MrBlenny
Copy link

The update link for Darwin is specified as follows:

  "darwin-x64-prod": {
    "update": "https://github.com/megahertz/electron-simple-updater/releases/download/example-darwin-x64-prod-v0.0.2/release.json",
    "version": "0.0.2",
    "platform": "darwin",
    "readme": "Second version"
  }

Is it possible to change the:
update: XXXX/XXXX/XXXX/release.json to XXXX/XXXX/XXXX/MyApp-0.0.11-mac.zip?

The electron-builder does not seem to produce a release.json for me so it has to be created manually. In any-case, release.json it does not seem to provide any useful meta except for the url.

@megahertz
Copy link
Owner

Unfortunately, Squirrel.Mac requires this file. You can use electron-simple-publisher to generate this file automatically.

@megahertz
Copy link
Owner

I've checked again and there is no way to simplify it.

@develar
Copy link

develar commented Jan 6, 2017

The electron-builder does not seem to produce a release.json for me

electron-userland/electron-builder#1089

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

No branches or pull requests

3 participants