Skip to content

Commit

Permalink
Fix resource file name
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed Jul 2, 2024
1 parent 1a43f3f commit 8fb3390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ elif system == 'windows'
endif # architecture

windows = import('windows')
rc = windows.compile_resources('icons/sv.rc')
rc = windows.compile_resources('icons/tony.rc')

general_defines += [
'-DWIN32',
Expand Down

0 comments on commit 8fb3390

Please sign in to comment.