mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-18 15:32:06 +00:00
Qt/OSX: Fix icon
This commit is contained in:
parent
b66f96c617
commit
7f3c1a2de4
4 changed files with 6 additions and 2 deletions
|
@ -93,7 +93,7 @@ set(LIBS
|
|||
|
||||
if(APPLE)
|
||||
# Add resource files to application bundle.
|
||||
set(RESOURCES resources/Dolphin.icns)
|
||||
set(RESOURCES "${CMAKE_SOURCE_DIR}/Data/Dolphin.icns")
|
||||
list(APPEND SRCS ${RESOURCES})
|
||||
set_source_files_properties(${RESOURCES} PROPERTIES
|
||||
MACOSX_PACKAGE_LOCATION Resources)
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue