From 01100827849820d725d030638015222287eede6a Mon Sep 17 00:00:00 2001 From: Lazorne Date: Wed, 14 Feb 2024 08:49:22 +0100 Subject: [PATCH] wiki --- wiki-rtd/docs/wiki_development/functions/add-splashes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki-rtd/docs/wiki_development/functions/add-splashes.md b/wiki-rtd/docs/wiki_development/functions/add-splashes.md index 5ad1302..b26e528 100644 --- a/wiki-rtd/docs/wiki_development/functions/add-splashes.md +++ b/wiki-rtd/docs/wiki_development/functions/add-splashes.md @@ -59,7 +59,7 @@ Should be displayed between: 1. Get a hold of the logo in .svg format and it should have a transparent background. 2. Rename the logo so it matches the rd-logoname-splash.svg name so if as an example you want to add Easter name it: rd-easter-splash.svg -3. Put the logo in `/RetroDECK//res/extra_splashes/` +3. Put the logo in `/RetroDECK/res/extra_splashes/` 4. Update the `reference_lists/easter_egg_checklist.cfg` above with a new line with the correct time and date format. 5. Change the date of your PC to when the logo is supposed to show up to make sure it is working. 6. Done