Update runInstaller.mjs

This commit is contained in:
thororen 2024-04-26 23:12:33 -04:00 committed by GitHub
parent 8fa585fbb6
commit 86d6fc60ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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