Skip to content

Commit fe7832c

Browse files
authored
Remove cleanup (#1377)
1 parent ca24ef5 commit fe7832c

File tree

1 file changed

+1
-2
lines changed
  • apps/studio/electron/main/update

1 file changed

+1
-2
lines changed

apps/studio/electron/main/update/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const { autoUpdater } = pkg;
33

44
import { MainChannels } from '@onlook/models/constants';
55
import log from 'electron-log';
6-
import { cleanup, mainWindow } from '..';
6+
import { mainWindow } from '..';
77

88
class AppUpdater {
99
static instance: AppUpdater | null = null;
@@ -27,7 +27,6 @@ class AppUpdater {
2727
}
2828

2929
async quitAndInstall() {
30-
await cleanup();
3130
autoUpdater.quitAndInstall();
3231
}
3332

0 commit comments

Comments
 (0)