diff --git a/CMakeLists.txt b/CMakeLists.txt index 783569c..857bde1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -153,3 +153,7 @@ install( TARGETS ${PROJECT_NAME} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} ) +install( + FILES net-profiles.toml + DESTINATION ${CMAKE_INSTALL_LOCALSTATEDIR}/lib/cachyos-installer +)