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:
parent
61fa32dec2
commit
a6ece1dcbe
1 changed files with 1 additions and 2 deletions
|
@ -395,8 +395,7 @@ export class Updater {
|
||||||
|
|
||||||
logger.info('Extraction complete.');
|
logger.info('Extraction complete.');
|
||||||
const updateInfo: UpdateInfo = {
|
const updateInfo: UpdateInfo = {
|
||||||
// updateState: UpdateState.Copy,
|
updateState: UpdateState.Copy,
|
||||||
updateState: UpdateState.Cleanup,
|
|
||||||
installPath: Updater.installPath,
|
installPath: Updater.installPath,
|
||||||
tempPath: path.dirname(destination),
|
tempPath: path.dirname(destination),
|
||||||
currentVersion: Updater.releasesJson.currentVersion,
|
currentVersion: Updater.releasesJson.currentVersion,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue