Skip to content

Commit

Permalink
Fixed port cover paths for RetroDECK.
Browse files Browse the repository at this point in the history
  • Loading branch information
kloptops committed Aug 24, 2024
1 parent f699e6c commit 2f69aba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PortMaster/pylibs/harbourmaster/platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 2f69aba

Please sign in to comment.