Skip to content

Commit 1cd1455

Browse files
committed
Case sensitivity moment and other fixes
1 parent de79ead commit 1cd1455

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ add_subdirectory(Source)
854854
#
855855
if(NOT CMAKE_SYSTEM_NAME MATCHES "Darwin|Windows")
856856
install(DIRECTORY Data/Sys/ DESTINATION ${datadir}/sys PATTERN)
857-
install(DIRECTORY Data/User/ DESTINATION ${datadir}/user PATTERN)
857+
install(DIRECTORY Data/user/ DESTINATION ${datadir}/user PATTERN)
858858
endif()
859859
if(NOT CMAKE_SYSTEM_NAME MATCHES "Linux|FreeBSD|OpenBSD|Darwin")
860860
install(FILES Data/license.txt DESTINATION ${datadir})
@@ -875,13 +875,13 @@ if(CMAKE_SYSTEM_NAME MATCHES "Linux|FreeBSD|OpenBSD")
875875
endif()
876876

877877
# packaging information
878-
set(CPACK_PACKAGE_NAME "dolphin-emu")
879-
set(CPACK_PACKAGE_VENDOR "Dolphin Team")
878+
set(CPACK_PACKAGE_NAME "project-plus-dolphin")
879+
set(CPACK_PACKAGE_VENDOR "Project Plus Development Team")
880880
set(CPACK_PACKAGE_VERSION_MAJOR ${DOLPHIN_VERSION_MAJOR})
881881
set(CPACK_PACKAGE_VERSION_MINOR ${DOLPHIN_VERSION_MINOR})
882882
set(CPACK_PACKAGE_VERSION_PATCH ${DOLPHIN_VERSION_PATCH})
883883
set(CPACK_PACKAGE_DESCRIPTION_FILE ${PROJECT_SOURCE_DIR}/Data/cpack_package_description.txt)
884-
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A GameCube and Wii emulator")
884+
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A GameCube and Wii emulator designed for use with Project+")
885885

886886
set(CPACK_RPM_PACKAGE_GROUP System/Emulators/Other)
887887
set(CPACK_RPM_PACKAGE_LICENSE GPL-2.0)

0 commit comments

Comments
 (0)