From fd5fc652b06f3f563b601170a6cdc149e1d2bb4e Mon Sep 17 00:00:00 2001 From: Andrea Maria Piana Date: Thu, 1 Nov 2018 12:47:17 +0100 Subject: [PATCH] Dont use github archive for desktop status-go version Archived version is the code of status-go at the time a release has been created, which means it might not be the same and the ones uploaded for mobile/ios. Signed-off-by: Andrea Maria Piana --- modules/react-native-status/desktop/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/react-native-status/desktop/CMakeLists.txt b/modules/react-native-status/desktop/CMakeLists.txt index aa53ca09d2..4dc314d2d3 100755 --- a/modules/react-native-status/desktop/CMakeLists.txt +++ b/modules/react-native-status/desktop/CMakeLists.txt @@ -38,7 +38,7 @@ file (STRINGS "../../../STATUS_GO_VERSION" STATUS_GO_VERSION) ExternalProject_Add(StatusGo_ep PREFIX ${StatusGo_PREFIX} SOURCE_DIR ${StatusGo_SOURCE_DIR} - URL https://github.com/status-im/status-go/archive/v${STATUS_GO_VERSION}.zip + URL https://github.com/status-im/status-go/releases/download/v${STATUS_GO_VERSION}/status-go-desktop-${STATUS_GO_VERSION}.zip BUILD_BYPRODUCTS ${StatusGo_STATIC_LIB} CONFIGURE_COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/${CONFIGURE_SCRIPT} ${GO_ROOT_PATH} ${StatusGo_ROOT} ${StatusGo_SOURCE_DIR} BUILD_COMMAND ""