From 4883483d0914a160ea769284ce5a464ec0face5b Mon Sep 17 00:00:00 2001 From: OatmealDome Date: Mon, 29 Jul 2024 12:17:08 -0400 Subject: [PATCH] MacUpdater: Don't set bundle name via a CMake variable --- Source/Core/MacUpdater/CMakeLists.txt | 4 +--- Source/Core/MacUpdater/Info.plist.in | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Source/Core/MacUpdater/CMakeLists.txt b/Source/Core/MacUpdater/CMakeLists.txt index 9d006a52a5..71c0408317 100644 --- a/Source/Core/MacUpdater/CMakeLists.txt +++ b/Source/Core/MacUpdater/CMakeLists.txt @@ -12,14 +12,12 @@ set(SOURCES add_executable(MacUpdater ${SOURCES}) -set(MacUpdater_NAME "Dolphin Updater") - add_dependencies(MacUpdater dolphin_scmrev) set_target_properties(MacUpdater PROPERTIES MACOSX_BUNDLE true MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_BINARY_DIR}/Info.plist" - OUTPUT_NAME ${MacUpdater_NAME}) + OUTPUT_NAME "Dolphin Updater") target_compile_options(MacUpdater PRIVATE -x objective-c++) diff --git a/Source/Core/MacUpdater/Info.plist.in b/Source/Core/MacUpdater/Info.plist.in index f9c9263682..df5967f289 100644 --- a/Source/Core/MacUpdater/Info.plist.in +++ b/Source/Core/MacUpdater/Info.plist.in @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion English CFBundleExecutable - ${MacUpdater_NAME} + Dolphin Updater CFBundleIconFile Dolphin.icns CFBundleIdentifier