mirror of
https://github.com/lubosz/overte.git
synced 2025-04-06 01:02:29 +02:00
move Windows node package to S3
This commit is contained in:
parent
ab21945a54
commit
dfac944f9f
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ if (ANDROID)
|
|||
elseif (WIN32)
|
||||
vcpkg_download_distfile(
|
||||
NODE_SOURCE_ARCHIVE
|
||||
#URLS "${EXTERNAL_BUILD_ASSETS}/dependencies/node/node-install-18.14.2-windows-amd64-release.tar.xz"
|
||||
URLS "http://oaktown.pl/tmp/node-install-18.15.1-win-x64-release.tar.xz"
|
||||
URLS "${EXTERNAL_BUILD_ASSETS}/dependencies/node/node-install-18.15.1-win-x64-release.tar.xz"
|
||||
SHA512 892608a43ae32b0a82a0e3c7994934d0ce85639ea372c8e7feb7de44220211fa91878bd0744e1488054777807dd5b0c0677b59b44ab5e9fd35ecf222b38d8046
|
||||
FILENAME node-install-18.15.1-win-x64-release.tar.xz
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue