Replace old branding with suyu.icns

This commit is contained in:
drHyperion451 2024-03-07 10:13:23 +00:00
parent d68a62a874
commit 9d8447fa33
4 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ License: GPL-2.0-or-later
Files: dist/qt_themes/default/icons/256x256/yuzu.png Files: dist/qt_themes/default/icons/256x256/yuzu.png
dist/yuzu.bmp dist/yuzu.bmp
dist/yuzu.icns dist/suyu.icns
dist/suyu.ico dist/suyu.ico
dist/suyu.svg dist/suyu.svg
Copyright: suyu Emulator Project Copyright: suyu Emulator Project

BIN
dist/yuzu.icns vendored

Binary file not shown.

View file

@ -349,7 +349,7 @@ target_sources(yuzu
) )
if (APPLE) if (APPLE)
set(MACOSX_ICON "../../dist/yuzu.icns") set(MACOSX_ICON "../../dist/suyu.icns")
set_source_files_properties(${MACOSX_ICON} PROPERTIES MACOSX_PACKAGE_LOCATION Resources) set_source_files_properties(${MACOSX_ICON} PROPERTIES MACOSX_PACKAGE_LOCATION Resources)
target_sources(yuzu PRIVATE ${MACOSX_ICON}) target_sources(yuzu PRIVATE ${MACOSX_ICON})
set_target_properties(yuzu PROPERTIES MACOSX_BUNDLE TRUE) set_target_properties(yuzu PROPERTIES MACOSX_BUNDLE TRUE)

View file

@ -15,7 +15,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string></string> <string></string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>yuzu.icns</string> <string>suyu.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.yuzu-emu.yuzu</string> <string>com.yuzu-emu.yuzu</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>