👷 install net profiles together with the binary distrib

This commit is contained in:
Vladislav Nepogodin 2024-07-11 10:45:35 +04:00
parent 0b78d91cd7
commit 1ecea69a99
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9

View File

@ -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
)