From 8840367c1c23cbf59b6cfe33c03779f37df789a7 Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Thu, 13 Nov 2025 23:14:30 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(decotv):=20standardize=20a?= =?UTF-8?q?pp=20directory=20naming=20to=20lowercase?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - rename all DecoTV directory references to decotv for consistency - maintain file structure and content integrity across all renamed files - ensure compatibility with case-sensitive file systems --- apps/{DecoTV => decotv}/0.6.0/data.yml | 0 apps/{DecoTV => decotv}/0.6.0/docker-compose.yml | 0 apps/{DecoTV => decotv}/README.md | 0 apps/{DecoTV => decotv}/data.yml | 0 apps/{DecoTV => decotv}/latest/data.yml | 0 apps/{DecoTV => decotv}/latest/docker-compose.yml | 0 apps/{DecoTV => decotv}/logo.png | Bin 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/{DecoTV => decotv}/0.6.0/data.yml (100%) rename apps/{DecoTV => decotv}/0.6.0/docker-compose.yml (100%) rename apps/{DecoTV => decotv}/README.md (100%) rename apps/{DecoTV => decotv}/data.yml (100%) rename apps/{DecoTV => decotv}/latest/data.yml (100%) rename apps/{DecoTV => decotv}/latest/docker-compose.yml (100%) rename apps/{DecoTV => decotv}/logo.png (100%) diff --git a/apps/DecoTV/0.6.0/data.yml b/apps/decotv/0.6.0/data.yml similarity index 100% rename from apps/DecoTV/0.6.0/data.yml rename to apps/decotv/0.6.0/data.yml diff --git a/apps/DecoTV/0.6.0/docker-compose.yml b/apps/decotv/0.6.0/docker-compose.yml similarity index 100% rename from apps/DecoTV/0.6.0/docker-compose.yml rename to apps/decotv/0.6.0/docker-compose.yml diff --git a/apps/DecoTV/README.md b/apps/decotv/README.md similarity index 100% rename from apps/DecoTV/README.md rename to apps/decotv/README.md diff --git a/apps/DecoTV/data.yml b/apps/decotv/data.yml similarity index 100% rename from apps/DecoTV/data.yml rename to apps/decotv/data.yml diff --git a/apps/DecoTV/latest/data.yml b/apps/decotv/latest/data.yml similarity index 100% rename from apps/DecoTV/latest/data.yml rename to apps/decotv/latest/data.yml diff --git a/apps/DecoTV/latest/docker-compose.yml b/apps/decotv/latest/docker-compose.yml similarity index 100% rename from apps/DecoTV/latest/docker-compose.yml rename to apps/decotv/latest/docker-compose.yml diff --git a/apps/DecoTV/logo.png b/apps/decotv/logo.png similarity index 100% rename from apps/DecoTV/logo.png rename to apps/decotv/logo.png