From a362324b4983361b3035e6d34ec60fde39344aed Mon Sep 17 00:00:00 2001 From: Wiseguy <68165316+Mr-Wiseguy@users.noreply.github.com> Date: Wed, 16 Apr 2025 23:30:30 -0400 Subject: [PATCH] Fix apple bundle command referencing the old game controller db filename --- .github/macos/apple_bundle.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/macos/apple_bundle.cmake b/.github/macos/apple_bundle.cmake index b39047a..fa9bb87 100644 --- a/.github/macos/apple_bundle.cmake +++ b/.github/macos/apple_bundle.cmake @@ -74,7 +74,7 @@ add_custom_command(TARGET Zelda64Recompiled POST_BUILD COMMAND ${CMAKE_COMMAND} -E remove_directory ${CMAKE_BINARY_DIR}/temp_assets # Copy controller database - COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_SOURCE_DIR}/gamecontrollerdb.txt $/Contents/Resources/ + COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_SOURCE_DIR}/recompcontrollerdb.txt $/Contents/Resources/ # Set RPATH COMMAND install_name_tool -add_rpath "@executable_path/../Frameworks/" $/Contents/MacOS/Zelda64Recompiled