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)