From 1ecea69a99d619aa3cadee19199f8c7a90cc0adf Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Thu, 11 Jul 2024 10:45:35 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20install=20net=20profiles=20toget?= =?UTF-8?q?her=20with=20the=20binary=20distrib?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) 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 +)