From 6dac1ee83ff7d63c1756f052350fe8817dc7b61f Mon Sep 17 00:00:00 2001 From: thororen <78185467+thororen1234@users.noreply.github.com> Date: Sun, 20 Oct 2024 01:39:49 -0400 Subject: [PATCH] Update http.ts --- src/main/updater/http.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/updater/http.ts b/src/main/updater/http.ts index f4340dfc..5e282007 100644 --- a/src/main/updater/http.ts +++ b/src/main/updater/http.ts @@ -106,7 +106,7 @@ export async function migrateLegacyToAsar() { app.whenReady().then(() => { dialog.showErrorBox( "Legacy Install", - "The way Vencord loaded was changed and the updater failed to migrate. Please reinstall using the Vencord Installer!" + "The way Equicord loaded was changed and the updater failed to migrate. Please reinstall using the Equicord Installer!" ); app.exit(1); });