mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-20 15:18:50 -05:00
Update runInstaller.mjs
This commit is contained in:
parent
8fa585fbb6
commit
86d6fc60ab
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue