From cc506a5b8d0bd013a0cdbb8e09bf6922bbd28d52 Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 27 Nov 2024 14:08:14 -0600 Subject: [PATCH] Update oddworld port.json install instructions Fix the directories and remove the world "either" as you can't really put the files in either but in the respectively correctly dir. --- ports/oddworld/port.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/oddworld/port.json b/ports/oddworld/port.json index 4219f7682f..a3e3a5cbf2 100644 --- a/ports/oddworld/port.json +++ b/ports/oddworld/port.json @@ -10,7 +10,7 @@ "attr": { "title": "Oddworld: Abes Oddysee Exoddus", "desc": "It is a platformer with puzzle-solving elements.", - "inst": "You need to copy all .lvl and .ddv files (and sound.dat for Exoddus) from the original game(s) to either ports/oddysee or ports/exoddus directory.", + "inst": "You need to copy all .lvl and .ddv files (and sound.dat for Exoddus) from the original game(s) to ports/relive/oddysee or ports/relive/exoddus directory.", "genres": [ "action", "adventure" @@ -26,4 +26,4 @@ "aarch64" ] } -} \ No newline at end of file +}