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); }