Add auto-updater module.

This commit is contained in:
Cheng Zhao 2013-06-03 17:59:34 +08:00
parent 7f605c8442
commit 1f8fd40195
5 changed files with 119 additions and 0 deletions

View file

@ -10,6 +10,7 @@ NODE_EXT_LIST_START
// Module names start with `atom_browser_` can only be used by browser process.
NODE_EXT_LIST_ITEM(atom_browser_app)
NODE_EXT_LIST_ITEM(atom_browser_auto_updater)
NODE_EXT_LIST_ITEM(atom_browser_crash_reporter)
NODE_EXT_LIST_ITEM(atom_browser_dialog)
NODE_EXT_LIST_ITEM(atom_browser_ipc)