Skip to content

Commit

Permalink
[skip ci] fix pnpm inject
Browse files Browse the repository at this point in the history
  • Loading branch information
Vendicated authored Jan 25, 2024
1 parent 4bb0db5 commit 620c127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/runInstaller.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ const ETAG_FILE = join(FILE_DIR, "etag.txt");
function getFilename() {
switch (process.platform) {
case "win32":
return "VencordInstaller.exe";
return "VencordInstallerCli.exe";
case "darwin":
return "VencordInstaller.MacOS.zip";
case "linux":
return "VencordInstaller-" + (process.env.WAYLAND_DISPLAY ? "wayland" : "x11");
return "VencordInstallerCli-linux";
default:
throw new Error("Unsupported platform: " + process.platform);
}
Expand Down

0 comments on commit 620c127

Please sign in to comment.