Skip to content

Commit

Permalink
Bundle only the required pygame icon files
Browse files Browse the repository at this point in the history
  • Loading branch information
ankith26 committed May 14, 2024
1 parent 0f46842 commit 089ae2f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src_py/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ endif

data_files = files(
'freesansbold.ttf',
'pygame.ico',
'pygame_icon.bmp',
'pygame_icon.icns',
'pygame_icon_mac.bmp',
(plat == 'mac') ? 'pygame_icon_mac.bmp' : 'pygame_icon.bmp',
)
install_data(data_files, install_dir: pg_dir, install_tag: 'pg-tag')

Expand Down

0 comments on commit 089ae2f

Please sign in to comment.