From f33a6076dc296eae8db0f3717a3858c4d24f7f7c Mon Sep 17 00:00:00 2001 From: orbea Date: Wed, 16 Dec 2020 13:22:31 -0800 Subject: [PATCH] cmake: Fix the install target. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a8dd6e2ea7..09df2938aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,7 @@ if(PACKAGE_MODE) if(NOT DISABLE_CHEATS_ZIP) INSTALL(FILES "${CMAKE_SOURCE_DIR}/bin/cheats_ws.zip" DESTINATION "${GAMEINDEX_DIR}") 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 if(openSUSE)