chore: tsify auto-updater (#24328)
This commit is contained in:
parent
4c449fbc75
commit
354ea00f17
6 changed files with 49 additions and 53 deletions
5
lib/browser/api/auto-updater.ts
Normal file
5
lib/browser/api/auto-updater.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
if (process.platform === 'win32') {
|
||||
module.exports = require('./auto-updater/auto-updater-win');
|
||||
} else {
|
||||
module.exports = require('./auto-updater/auto-updater-native');
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue