From 63821c14686f570abfeba8707744ed4b158b41aa Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Sat, 8 Feb 2025 08:57:47 -0500 Subject: [PATCH] Fix Vesktop Patches --- src/webpack/patchWebpack.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpack/patchWebpack.ts b/src/webpack/patchWebpack.ts index bd6ae9ee..b4676d14 100644 --- a/src/webpack/patchWebpack.ts +++ b/src/webpack/patchWebpack.ts @@ -477,7 +477,7 @@ function patchFactory(id: PropertyKey, factory: AnyModuleFactory): [patchedFacto } // TODO: remove once Vesktop has been updated to use addPatch - if (patch.plugin === "Equibop") { + if (patch.plugin === "Vesktop") { canonicalizeReplacement(replacement, "VCDP"); }