diff --git a/CMakeLists.txt b/CMakeLists.txt index f3562eaa..a718e1ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -174,6 +174,7 @@ INSTALL(FILES weapons.json DESTINATION share/vegastrike) # Linux specific locations from here on out. INSTALL(FILES vegastrike.config DESTINATION share/vegastrike) +INSTALL(FILES config.json DESTINATION share/vegastrike) INSTALL(FILES vegastrike.desktop DESTINATION share/applications) INSTALL(FILES vegasettings.desktop DESTINATION share/applications)