From 86d6fc60abfd3250e46934ca88694cceed5bb939 Mon Sep 17 00:00:00 2001 From: thororen <78185467+thororen1234@users.noreply.github.com> Date: Fri, 26 Apr 2024 23:12:33 -0400 Subject: [PATCH] Update runInstaller.mjs --- scripts/runInstaller.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runInstaller.mjs b/scripts/runInstaller.mjs index a616326d..7843060e 100644 --- a/scripts/runInstaller.mjs +++ b/scripts/runInstaller.mjs @@ -39,7 +39,7 @@ function getFilename() { case "darwin": return "VencordInstaller.MacOS.zip"; case "linux": - return "VencordInstaller-" + (process.env.WAYLAND_DISPLAY ? "wayland" : "x11"); + return "VencordInstaller-linux"; default: throw new Error("Unsupported platform: " + process.platform); }