Unverified Commit 80254a84 by mtgto Committed by GitHub

deps: alternative update of node-gyp for electron (v1 - v4), windows (#1283)

parent f12d3b05
......@@ -83,6 +83,10 @@ ECHO npm_in_nodejs_dir^: %npm_in_nodejs_dir%
SET "needs_patch="
IF DEFINED NODE_RUNTIME_VERSION (
ECHO NODE_RUNTIME_VERSION_REDUCED^: %NODE_RUNTIME_VERSION:~0,1%
IF "%NODE_RUNTIME_VERSION:~0,1%"=="1" SET "needs_patch=y"
IF "%NODE_RUNTIME_VERSION:~0,1%"=="2" SET "needs_patch=y"
IF "%NODE_RUNTIME_VERSION:~0,1%"=="3" SET "needs_patch=y"
IF "%NODE_RUNTIME_VERSION:~0,1%"=="4" SET "needs_patch=y"
IF "%NODE_RUNTIME_VERSION:~0,1%"=="5" SET "needs_patch=y"
IF "%NODE_RUNTIME_VERSION:~0,1%"=="6" SET "needs_patch=y"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment