mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-10 20:25:06 +01:00
Fixed MacOS branding
This commit is contained in:
parent
ecb2e8ff35
commit
7d581c4b63
BIN
dist/apple/launch_logo.png
vendored
BIN
dist/apple/launch_logo.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 82 KiB |
@ -263,8 +263,8 @@ if (APPLE)
|
||||
set_target_properties(lime-qt PROPERTIES
|
||||
MACOSX_BUNDLE TRUE
|
||||
MACOSX_BUNDLE_INFO_PLIST "${DIST_DIR}/Info.plist.in"
|
||||
MACOSX_BUNDLE_BUNDLE_NAME "Citra"
|
||||
MACOSX_BUNDLE_GUI_IDENTIFIER "com.citra-emu.citra"
|
||||
MACOSX_BUNDLE_BUNDLE_NAME "Lime3DS"
|
||||
MACOSX_BUNDLE_GUI_IDENTIFIER "io.github.lime3ds.Lime3DS"
|
||||
MACOSX_BUNDLE_BUNDLE_VERSION "${BUILD_VERSION}"
|
||||
MACOSX_BUNDLE_SHORT_VERSION_STRING "${BUILD_FULLNAME}"
|
||||
MACOSX_BUNDLE_LONG_VERSION_STRING "${BUILD_FULLNAME}"
|
||||
|
Loading…
Reference in New Issue
Block a user