Revert "Update vcpkg baseline to newer"

This reverts commit d23a740ce3.
This commit is contained in:
Marek Roszko 2024-02-28 21:57:53 -05:00
parent e71cbea7f8
commit 4602a27eb8
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ struct UPDATE_RESPONSE
NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE( UPDATE_RESPONSE, version, release_date, details_url,
downloads_url )
#define UPDATE_QUERY_ENDPOINT wxS( "http://localhost:8000/api/v1/update" )
#define UPDATE_QUERY_ENDPOINT wxS( "https://downloads.kicad.org/api/v1/update" )
UPDATE_MANAGER::UPDATE_MANAGER() : m_working( false )