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

This commit is contained in:
Volodymyr Bezuglyy 2017-02-09 15:15:15 +02:00
parent 73e753ef9a
commit ba39adde36

View file

@ -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,