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 69056d0 commit 7edf765Copy full SHA for 7edf765
1 file changed
lib/install.js
@@ -224,8 +224,8 @@ function install (fs, gyp, argv, callback) {
224
var installVersionPath = path.resolve(devDir, 'installVersion')
225
fs.writeFile(installVersionPath, gyp.package.installVersion + '\n', deref)
226
227
- // Only download SHASUMS.txt if not using tarPath override
228
- if (!tarPath) {
+ // Only download SHASUMS.txt if we downloaded something in need of SHA verification
+ if (!tarPath || win) {
229
// download SHASUMS.txt
230
async++
231
downloadShasums(deref)
0 commit comments