f2439cefd0
Fix #3194.
5 lines
152 B
CoffeeScript
5 lines
152 B
CoffeeScript
module.exports =
|
|
if process.platform is 'win32'
|
|
require './auto-updater/auto-updater-win'
|
|
else
|
|
require './auto-updater/auto-updater-native'
|