File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -854,7 +854,7 @@ add_subdirectory(Source)
854854#
855855if (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)
858858endif ()
859859if (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")
875875endif ()
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" )
880880set (CPACK_PACKAGE_VERSION_MAJOR ${DOLPHIN_VERSION_MAJOR} )
881881set (CPACK_PACKAGE_VERSION_MINOR ${DOLPHIN_VERSION_MINOR} )
882882set (CPACK_PACKAGE_VERSION_PATCH ${DOLPHIN_VERSION_PATCH} )
883883set (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
886886set (CPACK_RPM_PACKAGE_GROUP System /Emulators/Other)
887887set (CPACK_RPM_PACKAGE_LICENSE GPL-2.0)
You can’t perform that action at this time.
0 commit comments