Skip to content

Commit

Permalink
Publish a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
megahertz committed Nov 20, 2016
1 parent 05cd844 commit 001f800
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions example/updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
"version": "0.0.2"
},
"darwin-x64-prod": {
"updateUrl": "https://github.com/megahertz/electron-simple-updater/releases/download/example-darwin-x64-prod-v0.0.2/release.json",
"installerUrl": "https://github.com/megahertz/electron-simple-updater/releases/download/example-darwin-x64-prod-v0.0.2/Simple.Updater.Example-0.0.2.dmg",
"version": "0.0.2",
"platform": "darwin",
"readme": "Second version"
"readme": "First Release",
"update": "https://github.com/megahertz/electron-simple-updater/releases/download/darwin-x64-prod-v0.0.1/release.json",
"install": "https://github.com/megahertz/electron-simple-updater/releases/download/darwin-x64-prod-v0.0.1/Simple.Updater.Example-0.0.1.dmg",
"version": "0.0.1"
}
}

0 comments on commit 001f800

Please sign in to comment.