diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e59d347..88d64cac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,9 +94,9 @@ cpack_ifw_configure_component(${COMPONENT_NAME_MAIN} ESSENTIAL FORCED_INSTALLATI cpack_ifw_configure_component(${COMPONENT_NAME_MAIN} LICENSES "GPL-3.0 LICENSE" ${CPACK_RESOURCE_FILE_LICENSE}) if(${CMAKE_SYSTEM_NAME} MATCHES Linux) -cpack_ifw_add_repository("GPT4AllRepository" URL "http://localhost/linux/repository") +cpack_ifw_add_repository("GPT4AllRepository" URL "https://gpt4all.io/installer_repos/linux/repository") elseif(${CMAKE_SYSTEM_NAME} MATCHES Windows) -cpack_ifw_add_repository("GPT4AllRepository" URL "http://localhost/windows/repository") +cpack_ifw_add_repository("GPT4AllRepository" URL "https://gpt4all.io/installer_repos/windows/repository") elseif(${CMAKE_SYSTEM_NAME} MATCHES Darwin) -cpack_ifw_add_repository("GPT4AllRepository" URL "http://localhost/mac/repository") +cpack_ifw_add_repository("GPT4AllRepository" URL "https://gpt4all.io/installer_repos/mac/repository") endif()