Browse Source

Use process.env.electron_config_cache to get prepared zip file.

Volodymyr Bezuglyy 8 years ago
parent
commit
ba39adde36
1 changed files with 1 additions and 0 deletions
  1. 1 0
      npm/install.js

+ 1 - 0
npm/install.js

@@ -24,6 +24,7 @@ if (installedVersion === version && fs.existsSync(path.join(__dirname, platformP
 
 // downloads if not cached
 download({
+  cache: process.env.electron_config_cache,
   version: version,
   platform: process.env.npm_config_platform,
   arch: process.env.npm_config_arch,