feat: correcting date in process-watcher

This commit is contained in:
Chubby Granny Chaser
2024-05-29 17:20:47 +01:00
47 changed files with 334 additions and 489 deletions

View File

@@ -104,7 +104,7 @@ contextBridge.exposeInMainWorld("electron", {
ipcRenderer.invoke("showOpenDialog", options),
platform: process.platform,
/* Splash */
/* Auto update */
onAutoUpdaterEvent: (cb: (value: AppUpdaterEvent) => void) => {
const listener = (
_event: Electron.IpcRendererEvent,
@@ -119,5 +119,4 @@ contextBridge.exposeInMainWorld("electron", {
},
checkForUpdates: () => ipcRenderer.invoke("checkForUpdates"),
restartAndInstallUpdate: () => ipcRenderer.invoke("restartAndInstallUpdate"),
continueToMainWindow: () => ipcRenderer.invoke("continueToMainWindow"),
});