Fix Linux Injecting (#14)

This commit is contained in:
Prince527 2024-07-18 15:23:09 -03:00 committed by GitHub
parent cc9495769f
commit e15ce6130d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@ function getFilename() {
case "darwin": case "darwin":
return "EquicordInstaller.MacOS.zip"; return "EquicordInstaller.MacOS.zip";
case "linux": case "linux":
return "EquicordInstaller-linux"; return "EquicordInstallerCli-linux";
default: default:
throw new Error("Unsupported platform: " + process.platform); throw new Error("Unsupported platform: " + process.platform);
} }