diff --git a/py2app/recipes/pygame.py b/py2app/recipes/pygame.py index 2c23979..f7a5574 100644 --- a/py2app/recipes/pygame.py +++ b/py2app/recipes/pygame.py @@ -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))]}