From 566db77bba786cee59c856c1db881378a1a6bf29 Mon Sep 17 00:00:00 2001 From: PhoenixAceVFX Date: Mon, 3 Mar 2025 14:25:05 -0500 Subject: [PATCH] Readme Update for Equilotl GUI PR (#168) * Update README.md oh boy here we go * For requesting the contributor badge Even if my main work so far has been linux installation related I'm starting to move to other areas with crossplatform in mind My work will expand slowly as I'm learning typescript (i was already somewhat a novice with javascript) * X11 and Wayland GUI links as requested * Update README.md --- README.md | 1 + src/utils/constants.ts | 4 ++++ 2 files changed, 5 insertions(+) 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