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 10, 2017
1 parent 4da724b commit 6b45f06
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions example/updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@
"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.0.2"
},
"linux-x64-prod": {
"update": "https://github.com/megahertz/electron-simple-updater/releases/download/linux-x64-prod-v0.0.1/simple-updater-example-0.0.1-x86_64.AppImage",
"install": "https://github.com/megahertz/electron-simple-updater/releases/download/linux-x64-prod-v0.0.1/simple-updater-example-0.0.1-x86_64.AppImage",
"version": "0.0.1"
}
}

0 comments on commit 6b45f06

Please sign in to comment.