fix: npm download failed when define 'npm_config_platform=mas' (#21801)

This commit is contained in:
Max 2020-01-17 14:44:21 +09:00 коммит произвёл Cheng Zhao
Родитель 09ad1807af
Коммит ae49b8be42
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -68,6 +68,7 @@ function getPlatformPath () {
const platform = process.env.npm_config_platform || os.platform()
switch (platform) {
case 'mas':
case 'darwin':
return 'Electron.app/Contents/MacOS/Electron'
case 'freebsd':