mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 03:33:36 -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":
|
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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue