cmake: Fix the install target.

This commit is contained in:
orbea 2020-12-16 13:22:31 -08:00 committed by lightningterror
parent bf8fb7bad6
commit f33a6076dc
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ if(PACKAGE_MODE)
if(NOT DISABLE_CHEATS_ZIP) if(NOT DISABLE_CHEATS_ZIP)
INSTALL(FILES "${CMAKE_SOURCE_DIR}/bin/cheats_ws.zip" DESTINATION "${GAMEINDEX_DIR}") INSTALL(FILES "${CMAKE_SOURCE_DIR}/bin/cheats_ws.zip" DESTINATION "${GAMEINDEX_DIR}")
endif() endif()
INSTALL(FILES "${CMAKE_SOURCE_DIR}/bin/GameIndex.dbf" DESTINATION "${GAMEINDEX_DIR}") INSTALL(FILES "${CMAKE_SOURCE_DIR}/bin/GameIndex.yaml" DESTINATION "${GAMEINDEX_DIR}")
# set categories depending on system/distribution in pcsx2.desktop # set categories depending on system/distribution in pcsx2.desktop
if(openSUSE) if(openSUSE)