From 5bc3cbbab6870c8cfee64ee1f63933783e3ecf32 Mon Sep 17 00:00:00 2001 From: Davi Barbosa <138316044+davi-x86@users.noreply.github.com> Date: Sun, 12 Apr 2026 17:35:12 -0300 Subject: [PATCH] Update projects.json by removing an entry Removed OxyZin / LegacyConsoleLauncher entry and adjusted priorities. --- projects.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/projects.json b/projects.json index a7e3ad8..c36ebee 100644 --- a/projects.json +++ b/projects.json @@ -83,22 +83,16 @@ "priority": 13, "tag": "launcher" }, - { - "name": "OxyZin / LegacyConsoleLauncher", - "url": "https://github.com/OxyZin/LegacyConsoleLauncher", - "priority": 14, - "tag": "launcher" - }, { "name": "neoapps-dev / legacy-launcher", "url": "https://github.com/neoapps-dev/legacy-launcher", - "priority": 15, + "priority": 14, "tag": "launcher" }, { "name": "xgui4 / Legacy-Qt-Launcher", "url": "https://github.com/xgui4/Legacy-Qt-Launcher", - "priority": 16, + "priority": 15, "tag": "launcher" } ]