Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #42 from verticalsync/dev
Browse files Browse the repository at this point in the history
degeneracy
  • Loading branch information
verticalsync authored Jan 30, 2024
2 parents f34efdc + f46693b commit 708ad46
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 "VencordInstallerCli.exe";
return "SuncordInstallerCli.exe";
case "darwin":
return "SuncordInstaller.MacOS.zip";
case "linux":
return "VencordInstallerCli-linux";
return "SuncordInstallerCli-linux";
default:
throw new Error("Unsupported platform: " + process.platform);
}
Expand Down

0 comments on commit 708ad46

Please sign in to comment.