Display differential download size in UI
This commit is contained in:
parent
052a8e65e2
commit
29c2f77d40
9 changed files with 320 additions and 151 deletions
|
@ -57,7 +57,7 @@ export class MacOSUpdater extends Updater {
|
|||
// because Squirrel has cached the update file and will do the right thing.
|
||||
logger.info('downloadAndInstall: showing update dialog...');
|
||||
|
||||
this.setUpdateListener(() => {
|
||||
this.setUpdateListener(async () => {
|
||||
logger.info('performUpdate: calling quitAndInstall...');
|
||||
markShouldQuit();
|
||||
autoUpdater.quitAndInstall();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue