Skip to content

Commit

Permalink
Merge pull request pygame-community#2854 from pygame-community/ankith…
Browse files Browse the repository at this point in the history
…26-icon-strip

Bundle only the required pygame icon files
  • Loading branch information
Starbuck5 authored May 21, 2024
2 parents 89f9848 + 09720f1 commit 622320c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src_py/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ endif

data_files = files(
'freesansbold.ttf',
'pygame.ico',
'pygame_icon.bmp',
'pygame_icon.icns',
'pygame_icon_mac.bmp',
)
if plat == 'mac'
data_files += 'pygame_icon_mac.bmp'
endif

install_data(data_files, install_dir: pg_dir, install_tag: 'pg-tag')

subdir('_sdl2')
Expand Down

0 comments on commit 622320c

Please sign in to comment.