PR feedback adressed
This commit is contained in:
parent
6c4016af46
commit
db3bc28937
4 changed files with 10 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
switch process.platform
|
||||
when 'win32'
|
||||
autoUpdater = require('./auto-updater/auto-updater-win')
|
||||
autoUpdater = require './auto-updater/auto-updater-win'
|
||||
else
|
||||
# take the default binding for the current platform
|
||||
autoUpdater = process.atomBinding('auto_updater').autoUpdater
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue