From ffef2c84290cb778414d04f35d8d663044e1ee7c Mon Sep 17 00:00:00 2001 From: Robsdedude Date: Tue, 17 Mar 2020 16:37:37 +0100 Subject: [PATCH] Fix typo in CMake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ffaf8e5..121dafd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ string(REGEX REPLACE "0+0\\." "0." VITA_VERSION_HUMAN ${VITA_VERSION}) set(VERSION_YAML_URL "https://vhbb.download/version.php") set(UPDATE_URL "https://github.com/devnoname120/vhbb/releases/download/${VITA_VERSION_HUMAN}/VitaHBBrowser.vpk") -# Old test URL's +# Old test URLs #set(VERSION_YAML_URL "https://github.com/robsdedude/vhbb/raw/updateTestBranch/release/version.yml") #set(UPDATE_URL "https://github.com/robsdedude/vhbb/raw/updateTestBranch/release/VitaHBBrowser.vpk")