mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
Fix Linux Injecting (#14)
This commit is contained in:
parent
cc9495769f
commit
e15ce6130d
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ function getFilename() {
|
|||
case "darwin":
|
||||
return "EquicordInstaller.MacOS.zip";
|
||||
case "linux":
|
||||
return "EquicordInstaller-linux";
|
||||
return "EquicordInstallerCli-linux";
|
||||
default:
|
||||
throw new Error("Unsupported platform: " + process.platform);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue