diff --git a/DataSpec/AssetMap32Download.cmake b/DataSpec/AssetMap32Download.cmake index 8d55cf0c7..e282d5e97 100644 --- a/DataSpec/AssetMap32Download.cmake +++ b/DataSpec/AssetMap32Download.cmake @@ -1,3 +1,3 @@ message(STATUS "32-bit asset name map not found; downloading to '${CMAKE_CURRENT_BINARY_DIR}/AssetNameMap32.bin'") -file(DOWNLOAD "https://www.dropbox.com/s/8rzkxstfap6hgi3/AssetNameMap32.dat" +file(DOWNLOAD "https://axiodl.com/AssetNameMap32.dat" ${CMAKE_CURRENT_BINARY_DIR}/AssetNameMap32.bin SHOW_PROGRESS EXPECTED_HASH SHA1=e1df648c04d4caaf0821266464c672e0c337b6f0) diff --git a/DataSpec/AssetMap64Download.cmake b/DataSpec/AssetMap64Download.cmake index 819dc9d7b..22ba86d05 100644 --- a/DataSpec/AssetMap64Download.cmake +++ b/DataSpec/AssetMap64Download.cmake @@ -1,3 +1,3 @@ message(STATUS "64-bit asset name map not found; downloading to '${CMAKE_CURRENT_BINARY_DIR}/AssetNameMap64.bin'") -file(DOWNLOAD "https://www.dropbox.com/s/o1pp3ctu5dyhfwx/AssetNameMap64.dat" +file(DOWNLOAD "https://axiodl.com/AssetNameMap64.dat" ${CMAKE_CURRENT_BINARY_DIR}/AssetNameMap64.bin SHOW_PROGRESS EXPECTED_HASH SHA1=335abe49d4848ddc7bb2d623acc76918365bc705) diff --git a/Editor/icons/IconDownload.cmake b/Editor/icons/IconDownload.cmake index f58b9701a..365beeec3 100644 --- a/Editor/icons/IconDownload.cmake +++ b/Editor/icons/IconDownload.cmake @@ -1,3 +1,3 @@ message(STATUS "Inkscape not found; downloading icons to '${CMAKE_CURRENT_BINARY_DIR}/icons.bin'") -file(DOWNLOAD "https://www.dropbox.com/s/wnj17dwgcsky0o9/icons.bin" - ${CMAKE_CURRENT_BINARY_DIR}/icons.bin SHOW_PROGRESS) \ No newline at end of file +file(DOWNLOAD "https://axiodl.com/icons.bin" + ${CMAKE_CURRENT_BINARY_DIR}/icons.bin SHOW_PROGRESS EXPECTED_HASH SHA1=412baa3b12163a89b306ebfef2a395762105a8d4) \ No newline at end of file