From 2f69abaac98cb95466f0a8582178fdf2ac8ce510 Mon Sep 17 00:00:00 2001 From: Jacob Date: Sat, 24 Aug 2024 18:55:47 +0800 Subject: [PATCH] Fixed port cover paths for RetroDECK. --- PortMaster/pylibs/harbourmaster/platform.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PortMaster/pylibs/harbourmaster/platform.py b/PortMaster/pylibs/harbourmaster/platform.py index 6dc3f3e..455621e 100755 --- a/PortMaster/pylibs/harbourmaster/platform.py +++ b/PortMaster/pylibs/harbourmaster/platform.py @@ -503,8 +503,8 @@ def esde_image_copy_majigger(self, port_script, game_element, image_element): if rdconfig is None: return None - # IMG_DIR = rdconfig['rdhome'] / 'ES-DE' / 'downloaded_media' / 'portmaster' / 'miximages' - IMG_DIR = rdconfig['rdhome'] / 'downloaded_media' / 'portmaster' / 'miximages' + IMG_DIR = rdconfig['rdhome'] / 'ES-DE' / 'downloaded_media' / 'portmaster' / 'miximages' + # IMG_DIR = rdconfig['rdhome'] / 'downloaded_media' / 'portmaster' / 'miximages' IMG_DIR.mkdir(parents=True, exist_ok=True)