Skip to content

Commit

Permalink
HACK! switch node 12 version and node 16 url to things that actually …
Browse files Browse the repository at this point in the history
…exist
  • Loading branch information
jeremyd2019 committed Dec 3, 2021
1 parent 153f0b1 commit 9c0640c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Misc/externals.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ if [[ "$PACKAGERUNTIME" == "win-x64" || "$PACKAGERUNTIME" == "win-x86" ]]; then
fi

if [[ "$PACKAGERUNTIME" == "win-arm64" ]]; then
acquireExternalTool "$NODE_UNOFFICIAL_URL/v${NODE12_VERSION}/$PACKAGERUNTIME/node.exe" node12/bin
acquireExternalTool "$NODE_UNOFFICIAL_URL/v${NODE12_VERSION}/$PACKAGERUNTIME/node.lib" node12/bin
acquireExternalTool "$NODE_UNOFFICIAL_URL/v${NODE16_VERSION}/$PACKAGERUNTIME/node.exe" node16/bin
acquireExternalTool "$NODE_UNOFFICIAL_URL/v${NODE16_VERSION}/$PACKAGERUNTIME/node.lib" node16/bin
acquireExternalTool "$NODE_UNOFFICIAL_URL/v12.15.0/$PACKAGERUNTIME/node.exe" node12/bin
acquireExternalTool "$NODE_UNOFFICIAL_URL/v12.15.0/$PACKAGERUNTIME/node.lib" node12/bin
acquireExternalTool "https://github.com/dennisameling/node/releases/download/v${NODE16_VERSION}-arm64/node.exe" node16/bin
acquireExternalTool "https://github.com/dennisameling/node/releases/download/v${NODE16_VERSION}-arm64/node.lib" node16/bin
if [[ "$PRECACHE" != "" ]]; then
acquireExternalTool "https://github.com/microsoft/vswhere/releases/download/2.6.7/vswhere.exe" vswhere
fi
Expand Down

0 comments on commit 9c0640c

Please sign in to comment.