From ede507e80c4824981898bbaef7b7c5ad487cb2b7 Mon Sep 17 00:00:00 2001 From: V Date: Wed, 16 Aug 2023 01:55:56 +0200 Subject: chore: update for 'Vencord Desktop' -> 'Vesktop' rebrand --- src/main/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main') diff --git a/src/main/index.ts b/src/main/index.ts index 2e1a10e..d1b7c5d 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -23,7 +23,7 @@ import { ensureSafePath, getSettings } from "./ipcMain"; import { IS_VANILLA, THEMES_DIR } from "./utils/constants"; import { installExt } from "./utils/extensions"; -if (IS_VENCORD_DESKTOP || !IS_VANILLA) { +if (IS_VESKTOP || !IS_VANILLA) { app.whenReady().then(() => { // Source Maps! Maybe there's a better way but since the renderer is executed // from a string I don't think any other form of sourcemaps would work -- cgit