From be675ae66f63cbecfb49345b6e34f8ac49c2e1cc Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Tue, 11 Apr 2023 14:36:50 -0400 Subject: [PATCH] Change installer repos. --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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()