diff options
| author | OatmealDome <julian@oatmealdome.me> | 2024-07-30 21:44:46 -0400 |
|---|---|---|
| committer | OatmealDome <julian@oatmealdome.me> | 2024-07-30 21:44:46 -0400 |
| commit | bb5326adf439797b563978f54444c37667ceecee (patch) | |
| tree | f5bf6948730e4ce132cbf2546e8e8d264d83ec61 | |
| parent | 0c183936913069f68d9922374d5878bde3f46362 (diff) | |
DolphinQt: Rename output bundle on macOS to DolphinQt
| -rw-r--r-- | Source/Core/DolphinQt/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | Source/Core/DolphinQt/Info.plist.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/DolphinQt/CMakeLists.txt b/Source/Core/DolphinQt/CMakeLists.txt index 25a3c0daa8..c828a446a3 100644 --- a/Source/Core/DolphinQt/CMakeLists.txt +++ b/Source/Core/DolphinQt/CMakeLists.txt @@ -566,7 +566,7 @@ endif() if(APPLE) include(BundleUtilities) - set(BUNDLE_PATH ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/Dolphin.app) + set(BUNDLE_PATH ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/DolphinQt.app) # Ask for an application bundle. set_target_properties(dolphin-emu PROPERTIES @@ -574,7 +574,7 @@ if(APPLE) MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_BINARY_DIR}/Info.plist" XCODE_ATTRIBUTE_CODE_SIGN_ENTITLEMENTS "${CMAKE_CURRENT_SOURCE_DIR}/DolphinEmu.entitlements" XCODE_ATTRIBUTE_OTHER_CODE_SIGN_FLAGS "--deep --options=runtime" - OUTPUT_NAME Dolphin + OUTPUT_NAME DolphinQt ) # Copy qt.conf into the bundle diff --git a/Source/Core/DolphinQt/Info.plist.in b/Source/Core/DolphinQt/Info.plist.in index 93c2266280..2a3d17291e 100644 --- a/Source/Core/DolphinQt/Info.plist.in +++ b/Source/Core/DolphinQt/Info.plist.in @@ -30,7 +30,7 @@ </dict> </array> <key>CFBundleExecutable</key> - <string>Dolphin</string> + <string>DolphinQt</string> <key>CFBundleIconFile</key> <string>Dolphin.icns</string> <key>CFBundleIdentifier</key> |
