1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

Electron: Reverting updater test

This commit is contained in:
Michael Hollister 2025-05-02 17:29:55 -05:00
parent 61fa32dec2
commit a6ece1dcbe

View file

@ -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,