Skip to content

Commit

Permalink
Merge pull request #396 from glyph/patch-1
Browse files Browse the repository at this point in the history
update pygame recipe to remove missing icon
  • Loading branch information
ronaldoussoren committed Mar 8, 2022
2 parents e3caccc + 16adfdd commit 445e90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py2app/recipes/pygame.py
Expand Up @@ -9,5 +9,5 @@ def check(cmd, mf):
def addpath(f):
return os.path.join(os.path.dirname(m.filename), f)

RESOURCES = ["freesansbold.ttf", "pygame_icon.tiff", "pygame_icon.icns"]
RESOURCES = ["freesansbold.ttf", "pygame_icon.icns"]
return {"loader_files": [("pygame", map(addpath, RESOURCES))]}

0 comments on commit 445e90d

Please sign in to comment.