From cea8b86f802b97eb1b33aeeb89642cc24d7adec1 Mon Sep 17 00:00:00 2001 From: Blue Date: Tue, 5 Sep 2023 23:20:00 +0200 Subject: [PATCH] fix build --- cmake/DepsDownload.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/DepsDownload.cmake b/cmake/DepsDownload.cmake index ed77cca..bd6a537 100644 --- a/cmake/DepsDownload.cmake +++ b/cmake/DepsDownload.cmake @@ -7,7 +7,7 @@ function(DownloadDeps) set(__base_path "${PROJECT_SOURCE_DIR}/deps/v8") GetBranchAndOS(__deps_branch __deps_os_path_name) - set(__deps_url_base_path "https://cdn.altv.mp/deps/v8/${__deps_branch}") + set(__deps_url_base_path "https://cdn.alt-mp.com/deps/v8/${__deps_branch}") if(__deps_check_enabled) if(WIN32)