зеркало из https://github.com/electron/electron.git
fix: npm download failed when define 'npm_config_platform=mas' (#21801)
This commit is contained in:
Родитель
09ad1807af
Коммит
ae49b8be42
|
@ -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':
|
||||
|
|
Загрузка…
Ссылка в новой задаче