Last active
January 19, 2017 14:35
-
-
Save sorrycc/a0cef19591538df893949ef6c252b185 to your computer and use it in GitHub Desktop.
electron-auto-updater
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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