Skip to content

Commit 8ad01a1

Browse files
author
Dane Springmeyer
committed
Attempt to fix TryGhost#506
1 parent efd3a27 commit 8ad01a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/build-appveyor.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ IF /I "%msvs_toolset%"=="12" GOTO NODE_INSTALLED
4343
::custom node for VS2015
4444
SET ARCHPATH=
4545
IF "%platform%"=="X64" (SET ARCHPATH=x64/)
46+
IF "%platform%"=="x64" (SET ARCHPATH=x64/)
4647
SET NODE_URL=https://mapbox.s3.amazonaws.com/node-cpp11/v%nodejs_version%/%ARCHPATH%node.exe
4748
ECHO downloading node^: %NODE_URL%
4849
powershell Invoke-WebRequest "${env:NODE_URL}" -OutFile node.exe

0 commit comments

Comments
 (0)