Skip to content

Instantly share code, notes, and snippets.

@sorrycc
Last active January 19, 2017 14:35
Show Gist options
  • Save sorrycc/a0cef19591538df893949ef6c252b185 to your computer and use it in GitHub Desktop.
Save sorrycc/a0cef19591538df893949ef6c252b185 to your computer and use it in GitHub Desktop.
electron-auto-updater
{
"darwin-x64-prod": {
"readme": "Second Release",
"update": "https://github.com/megahertz/electron-simple-updater/releases/download/darwin-x64-prod-v0.0.2/release.json",
"install": "https://github.com/megahertz/electron-simple-updater/releases/download/darwin-x64-prod-v0.0.2/Simple.Updater.Example-0.0.2.dmg",
"version": "0.2.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment