From f46693b1ea158373b62b45578cbcb4d01590295f Mon Sep 17 00:00:00 2001 From: verticalsync Date: Tue, 30 Jan 2024 22:51:13 +0200 Subject: [PATCH] degeneracy --- scripts/runInstaller.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/runInstaller.mjs b/scripts/runInstaller.mjs index 4426a9e1..99e65933 100644 --- a/scripts/runInstaller.mjs +++ b/scripts/runInstaller.mjs @@ -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); }