addresses suggestions from pull-request
This commit is contained in:
parent
621178f558
commit
99f352228c
3 changed files with 10 additions and 6 deletions
|
@ -1,8 +1,9 @@
|
|||
switch process.platform
|
||||
when 'darwin'
|
||||
autoUpdater = process.atomBinding('auto_updater').autoUpdater
|
||||
when 'win32'
|
||||
autoUpdater = require('./auto-updater-win')
|
||||
autoUpdater = require('./auto-updater/auto-updater-win')
|
||||
default
|
||||
# take the default binding for the current platform
|
||||
autoUpdater = process.atomBinding('auto_updater').autoUpdater
|
||||
|
||||
EventEmitter = require('events').EventEmitter
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue