diff --git a/README.md b/README.md index 5393f9e3..b540f1aa 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,7 @@ MacOS - [GUI](https://github.com/Equicord/Equilotl/releases/latest/download/Equilotl.MacOS.zip) Linux +- [GUI](https://github.com/Equicord/Equilotl/releases/latest/download/Equilotl-x11) - [CLI](https://github.com/Equicord/Equilotl/releases/latest/download/EquilotlCli-Linux) - [AUR](https://aur.archlinux.org/packages?O=0&K=equicord) ```shell diff --git a/src/utils/constants.ts b/src/utils/constants.ts index c825726c..a602c003 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -1008,6 +1008,10 @@ export const EquicordDevs = Object.freeze({ name: "port", id: 1318383159645311009n, }, + PhoenixAceVFX: { + name: "PhoenixAceVFX", + id: 1016895892055396484n, + }, } satisfies Record); // iife so #__PURE__ works correctly