mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 21:33:35 -05:00
Update http.ts
This commit is contained in:
parent
38b7b0de17
commit
6dac1ee83f
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ export async function migrateLegacyToAsar() {
|
||||||
app.whenReady().then(() => {
|
app.whenReady().then(() => {
|
||||||
dialog.showErrorBox(
|
dialog.showErrorBox(
|
||||||
"Legacy Install",
|
"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);
|
app.exit(1);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue