🎨
This commit is contained in:
parent
d627ead273
commit
814ae7b4a4
1 changed files with 5 additions and 2 deletions
|
@ -1,2 +1,5 @@
|
||||||
const autoUpdater = process.platform === 'win32' ? require('./auto-updater/auto-updater-win') : require('./auto-updater/auto-updater-native')
|
if (process.platform === 'win32') {
|
||||||
module.exports = autoUpdater
|
module.exports = require('./auto-updater/auto-updater-win')
|
||||||
|
} else {
|
||||||
|
module.exports = require('./auto-updater/auto-updater-native')
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue