From cb54c11f73b7daff64c442687d8c56dbced91c16 Mon Sep 17 00:00:00 2001 From: "Eugenio A. Naselli" Date: Sun, 2 Mar 2025 19:26:45 +0100 Subject: [PATCH] Corrected leftover references to Citra in build process (#614) Co-authored-by: Eugenio Naselli Co-authored-by: OpenSauce04 --- CMakeLists.txt | 2 +- dist/dumpkeys/README.md | 4 ++-- src/citra_meta/CMakeLists.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d30539967..8536b6348 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -464,7 +464,7 @@ endif() # http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html # http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html if(ENABLE_QT AND UNIX AND NOT APPLE) - install(FILES "${PROJECT_SOURCE_DIR}/dist/citra-qt.desktop" + install(FILES "${PROJECT_SOURCE_DIR}/dist/azahar.desktop" DESTINATION "${CMAKE_INSTALL_PREFIX}/share/applications") install(FILES "${PROJECT_SOURCE_DIR}/dist/citra.svg" DESTINATION "${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/scalable/apps") diff --git a/dist/dumpkeys/README.md b/dist/dumpkeys/README.md index cbf49dd04..29e71604b 100644 --- a/dist/dumpkeys/README.md +++ b/dist/dumpkeys/README.md @@ -1,10 +1,10 @@ # DumpKeys -This is a GodMode9 script that dumps all the keys and other related secrets that Citra needs from a real 3DS. +This is a GodMode9 script that dumps all the keys and other related secrets that Azahar needs from a real 3DS. Usage: 1. Copy "DumpKeys.gm9" into the "gm9/scripts/" directory on your SD card. 2. Launch GodMode9, press the HOME button, select Scripts, and select "DumpKeys" from the list of scripts that appears. 3. Wait for the script to complete and return you to the GodMode9 main menu. -4. Power off your system and copy the "gm9/aes_keys.txt" and "gm9/seeddb.bin" files off of your SD card into "(Citra directory)/sysdata/". +4. Power off your system and copy the "gm9/aes_keys.txt" and "gm9/seeddb.bin" files off of your SD card into "(Azahar directory)/sysdata/". diff --git a/src/citra_meta/CMakeLists.txt b/src/citra_meta/CMakeLists.txt index ec4fe67a4..522f1c1c9 100644 --- a/src/citra_meta/CMakeLists.txt +++ b/src/citra_meta/CMakeLists.txt @@ -20,8 +20,8 @@ if (APPLE) set_target_properties(citra_meta 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 "Azahar" + MACOSX_BUNDLE_GUI_IDENTIFIER "org.azahar-emu.azahar" MACOSX_BUNDLE_BUNDLE_VERSION "${BUILD_VERSION}" MACOSX_BUNDLE_SHORT_VERSION_STRING "${BUILD_FULLNAME}" MACOSX_BUNDLE_LONG_VERSION_STRING "${BUILD_FULLNAME}"