Skip to content

Commit

Permalink
docs(auto-updater): doc for download-progress event support (#1220)
Browse files Browse the repository at this point in the history
Just a mention why electron-updater `download-progress` event is not supported on Mac yet.
  • Loading branch information
heldr authored and develar committed Feb 7, 2017
1 parent a24f12c commit ea85810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Auto Update.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Emitted when there is no available update.
* `total`
* `transferred`
Emitted on progress.
Emitted on progress. Only supported over Windows build, since `Squirrel.Mac` does not provide this data.
#### Event: `update-downloaded`
Expand Down

0 comments on commit ea85810

Please sign in to comment.