From 3a60909666ac02fe6479ed8764b7bbae5b16d595 Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Sat, 12 Oct 2024 21:57:26 -0400 Subject: [PATCH] LegCord -> Legcord no installs and/or transitions of ArmCord to incorrect LegCord yet so transition the name in this manner --- apps/{LegCord => Legcord}/credits | 0 apps/{LegCord => Legcord}/description | 4 ++-- apps/{LegCord => Legcord}/icon-24.png | Bin apps/{LegCord => Legcord}/icon-64.png | Bin apps/{LegCord => Legcord}/install-32 | 0 apps/{LegCord => Legcord}/install-64 | 0 apps/{LegCord => Legcord}/uninstall | 0 apps/{LegCord => Legcord}/website | 0 etc/categories | 2 +- etc/runonce-entries | 8 ++++---- 10 files changed, 7 insertions(+), 7 deletions(-) rename apps/{LegCord => Legcord}/credits (100%) rename apps/{LegCord => Legcord}/description (77%) rename apps/{LegCord => Legcord}/icon-24.png (100%) rename apps/{LegCord => Legcord}/icon-64.png (100%) rename apps/{LegCord => Legcord}/install-32 (100%) rename apps/{LegCord => Legcord}/install-64 (100%) rename apps/{LegCord => Legcord}/uninstall (100%) rename apps/{LegCord => Legcord}/website (100%) diff --git a/apps/LegCord/credits b/apps/Legcord/credits similarity index 100% rename from apps/LegCord/credits rename to apps/Legcord/credits diff --git a/apps/LegCord/description b/apps/Legcord/description similarity index 77% rename from apps/LegCord/description rename to apps/Legcord/description index a01d4e1b6b..c411457d44 100644 --- a/apps/LegCord/description +++ b/apps/Legcord/description @@ -1,7 +1,7 @@ -LegCord is a custom client designed to enhance your Discord experience while keeping everything lightweight. +Legcord is a custom client designed to enhance your Discord experience while keeping everything lightweight. It has all features you would expect from the official Discord desktop client, in addition to various ways to improve the experience. -This was formerly named ArmCord until the ARM company threatened a lawsuit. LegCord it is! +This was formerly named ArmCord until the ARM company threatened a lawsuit. Legcord it is! To run: Menu -> Internet -> Legcord To run in a terminal: legcord diff --git a/apps/LegCord/icon-24.png b/apps/Legcord/icon-24.png similarity index 100% rename from apps/LegCord/icon-24.png rename to apps/Legcord/icon-24.png diff --git a/apps/LegCord/icon-64.png b/apps/Legcord/icon-64.png similarity index 100% rename from apps/LegCord/icon-64.png rename to apps/Legcord/icon-64.png diff --git a/apps/LegCord/install-32 b/apps/Legcord/install-32 similarity index 100% rename from apps/LegCord/install-32 rename to apps/Legcord/install-32 diff --git a/apps/LegCord/install-64 b/apps/Legcord/install-64 similarity index 100% rename from apps/LegCord/install-64 rename to apps/Legcord/install-64 diff --git a/apps/LegCord/uninstall b/apps/Legcord/uninstall similarity index 100% rename from apps/LegCord/uninstall rename to apps/Legcord/uninstall diff --git a/apps/LegCord/website b/apps/Legcord/website similarity index 100% rename from apps/LegCord/website rename to apps/Legcord/website diff --git a/etc/categories b/etc/categories index 25c6971ed1..8f94eb4cf7 100644 --- a/etc/categories +++ b/etc/categories @@ -95,7 +95,7 @@ KiCad|Engineering Kodi|Multimedia Kolourpaint|Creative Arts Krita|Creative Arts -LegCord|Internet/Communication +Legcord|Internet/Communication Lego Digital Designer|Creative Arts LibreCAD|Engineering Libreoffice MS theme|Office diff --git a/etc/runonce-entries b/etc/runonce-entries index 57d73dcda8..936aa8ad8f 100755 --- a/etc/runonce-entries +++ b/etc/runonce-entries @@ -183,12 +183,12 @@ runonce <<"EOF" rm -rf "${DIRECTORY}/apps/Geekbench" fi - #rename 'ArmCord' to 'LegCord' + #rename 'ArmCord' to 'Legcord' if [ "$(app_status ArmCord)" == "installed" ]; then # installed - mv -f "${DIRECTORY}/data/status/ArmCord" "${DIRECTORY}/data/status/LegCord" - rm -rf "${DIRECTORY}/apps/LegCord" - mv -f "${DIRECTORY}/apps/ArmCord" "${DIRECTORY}/apps/LegCord" + mv -f "${DIRECTORY}/data/status/ArmCord" "${DIRECTORY}/data/status/Legcord" + rm -rf "${DIRECTORY}/apps/Legcord" + mv -f "${DIRECTORY}/apps/ArmCord" "${DIRECTORY}/apps/Legcord" else # not installed rm -rf "${DIRECTORY}/apps/ArmCord"