diff --git a/receivers/electron/src/Updater.ts b/receivers/electron/src/Updater.ts index 9fe57c4..9f48cea 100644 --- a/receivers/electron/src/Updater.ts +++ b/receivers/electron/src/Updater.ts @@ -395,8 +395,7 @@ export class Updater { logger.info('Extraction complete.'); const updateInfo: UpdateInfo = { - // updateState: UpdateState.Copy, - updateState: UpdateState.Cleanup, + updateState: UpdateState.Copy, installPath: Updater.installPath, tempPath: path.dirname(destination), currentVersion: Updater.releasesJson.currentVersion,