Add auto-updater module.
This commit is contained in:
parent
7f605c8442
commit
1f8fd40195
5 changed files with 119 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue