We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0a574 commit cc15556Copy full SHA for cc15556
build/gulpfile.reh.js
@@ -164,7 +164,7 @@ function nodejs(platform, arch) {
164
165
if (platform === 'win32') {
166
if (product.nodejsRepository) {
167
- return assetFromGithub(product.nodejsRepository, nodeVersion, name => name === `win-${arch}-patched-node.exe`)
+ return assetFromGithub(product.nodejsRepository, nodeVersion, name => name === `win-${arch}-node.exe`)
168
.pipe(rename('node.exe'));
169
}
170
0 commit comments