File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
"electron-webview-schedule" : " 18" ,
20
20
"electron-windows" : " 18" ,
21
21
"electron-windows-titlebar" : " 1" ,
22
- "graceful-electron- updater" : " 1" ,
22
+ "graceful-updater" : " 1" ,
23
23
"lodash" : " 4" ,
24
24
"moment" : " ^2.29.4" ,
25
25
"network-interface" : " 18" ,
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import url from 'url';
4
4
import path from 'path' ;
5
5
import semver from 'semver' ;
6
6
import { ipcMain , dialog } from 'electron' ;
7
- import ElectronUpdator from 'graceful-electron- updater' ;
8
- import { version as ElectronUpdatorVersion } from 'graceful-electron- updater/package' ;
7
+ import ElectronUpdator from 'graceful-updater' ;
8
+ import { version as ElectronUpdatorVersion } from 'graceful-updater/package' ;
9
9
10
10
console . log ( 'version: %s' , ElectronUpdatorVersion ) ;
11
11
You can’t perform that action at this time.
0 commit comments