We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca24ef5 commit fe7832cCopy full SHA for fe7832c
apps/studio/electron/main/update/index.ts
@@ -3,7 +3,7 @@ const { autoUpdater } = pkg;
3
4
import { MainChannels } from '@onlook/models/constants';
5
import log from 'electron-log';
6
-import { cleanup, mainWindow } from '..';
+import { mainWindow } from '..';
7
8
class AppUpdater {
9
static instance: AppUpdater | null = null;
@@ -27,7 +27,6 @@ class AppUpdater {
27
}
28
29
async quitAndInstall() {
30
- await cleanup();
31
autoUpdater.quitAndInstall();
32
33
0 commit comments