diff --git a/src/main/mainWindow.ts b/src/main/mainWindow.ts index a0586be..9f61e21 100644 --- a/src/main/mainWindow.ts +++ b/src/main/mainWindow.ts @@ -28,7 +28,7 @@ function initTray(win: BrowserWindow) { click: createAboutWindow }, { - label: "Force Update Vencord", + label: "Update Vencord", async click() { await downloadVencordFiles(); app.relaunch();