зеркало из https://github.com/electron/electron.git
feat: add openbsd support in the node module (#19860)
This commit is contained in:
Родитель
268094e0ef
Коммит
1f43af5cea
|
@ -58,6 +58,7 @@ function getPlatformPath () {
|
|||
case 'darwin':
|
||||
return 'Electron.app/Contents/MacOS/Electron'
|
||||
case 'freebsd':
|
||||
case 'openbsd':
|
||||
case 'linux':
|
||||
return 'electron'
|
||||
case 'win32':
|
||||
|
|
Загрузка…
Ссылка в новой задаче