Skip to content

Commit

Permalink
update pygame recipe to remove missing icon
Browse files Browse the repository at this point in the history
the tiff file is no longer present after pygame 2.1.1
  • Loading branch information
glyph committed Jan 19, 2022
1 parent f8d713e commit 16adfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py2app/recipes/pygame.py
Original file line number Diff line number Diff line change
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 16adfdd

Please sign in to comment.