diff options
| author | V <vendicated@riseup.net> | 2023-08-16 01:55:56 +0200 |
|---|---|---|
| committer | V <vendicated@riseup.net> | 2023-08-16 01:55:56 +0200 |
| commit | ede507e80c4824981898bbaef7b7c5ad487cb2b7 (patch) | |
| tree | 9b7c14f18c4d05412ba6dc559233741f79d6bde0 /src/main | |
| parent | ffdf63563bab53a65b2a1a318f0f05e7917de002 (diff) | |
| download | Vencord-ede507e80c4824981898bbaef7b7c5ad487cb2b7.tar.gz Vencord-ede507e80c4824981898bbaef7b7c5ad487cb2b7.tar.bz2 Vencord-ede507e80c4824981898bbaef7b7c5ad487cb2b7.zip | |
chore: update for 'Vencord Desktop' -> 'Vesktop' rebrand
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
