From 126ebd76851da3cf7eaefb26363bd55bf1d38fa6 Mon Sep 17 00:00:00 2001
From: AlexisL61 <alexisl61@outlook.fr>
Date: Tue, 18 Jun 2024 19:14:10 +0200
Subject: [PATCH] fix: Fix files name

---
 api/activities.json                                 |  10 +++++-----
 ...of_the_Veil.webp => The_Legend_of_the_Veil.webp} | Bin
 ...con.png => Athenas_Fortune_Raid_Voyage_icon.png} | Bin
 3 files changed, 5 insertions(+), 5 deletions(-)
 rename assets/activities/{Legend_of_the_Veil.webp => The_Legend_of_the_Veil.webp} (100%)
 rename assets/activities/categories/{Athena's_Fortune_Raid_Voyage_icon.png => Athenas_Fortune_Raid_Voyage_icon.png} (100%)

diff --git a/api/activities.json b/api/activities.json
index 5588f83..1d3e7d3 100644
--- a/api/activities.json
+++ b/api/activities.json
@@ -419,7 +419,7 @@
                     {
                         "id": "a_founders_cargo_run",
                         "name": "_a_founders_cargo_run",
-                        "image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/A_Cargo_Run.png",
+                        "image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/A_Cargo_Run.webp",
                         "length": 3,
                         "description": "_a_founders_cargo_run_description",
                         "rpc": "_a_founders_cargo_run_rpc"
@@ -427,7 +427,7 @@
                     {
                         "id": "an_executives_cargo_run",
                         "name": "_an_executives_cargo_run",
-                        "image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/A_Cargo_Run.png",
+                        "image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/A_Cargo_Run.webp",
                         "length": 4,
                         "description": "_an_executives_cargo_run_description",
                         "rpc": "_an_executives_cargo_run_rpc"
@@ -435,7 +435,7 @@
                     {
                         "id": "an_ashen_founders_cargo_run",
                         "name": "_an_ashen_founders_cargo_run",
-                        "image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/An_Ashen_Cargo_Run.webp",
+                        "image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/An_Ashen_Cargo_Run.png",
                         "length": 3,
                         "description": "_an_ashen_founders_cargo_run_description",
                         "rpc": "_an_ashen_founders_cargo_run_rpc"
@@ -443,7 +443,7 @@
                     {
                         "id": "an_ashen_executives_cargo_run",
                         "name": "_an_ashen_executives_cargo_run",
-                        "image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/An_Ashen_Cargo_Run.webp",
+                        "image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/An_Ashen_Cargo_Run.png",
                         "length": 4,
                         "description": "_an_ashen_executives_cargo_run_description",
                         "rpc": "_an_ashen_executives_cargo_run_rpc"
@@ -458,7 +458,7 @@
                     {
                         "id": "an_executives_lost_shipment",
                         "name": "_an_executives_lost_shipment",
-                        "image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/A_Lost_Shipment.png",
+                        "image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/A_Lost_Shipment.webp",
                         "length": 4,
                         "description": "_an_executives_lost_shipment_description",
                         "rpc": "_an_executives_lost_shipment_rpc"
diff --git a/assets/activities/Legend_of_the_Veil.webp b/assets/activities/The_Legend_of_the_Veil.webp
similarity index 100%
rename from assets/activities/Legend_of_the_Veil.webp
rename to assets/activities/The_Legend_of_the_Veil.webp
diff --git a/assets/activities/categories/Athena's_Fortune_Raid_Voyage_icon.png b/assets/activities/categories/Athenas_Fortune_Raid_Voyage_icon.png
similarity index 100%
rename from assets/activities/categories/Athena's_Fortune_Raid_Voyage_icon.png
rename to assets/activities/categories/Athenas_Fortune_Raid_Voyage_icon.png