feat: add openbsd support in the node module (#19860)

This commit is contained in:
Robert Nagy 2019-08-22 21:09:15 +02:00 committed by Shelley Vohr
parent 268094e0ef
commit 1f43af5cea

View file

@ -58,6 +58,7 @@ function getPlatformPath () {
case 'darwin':
return 'Electron.app/Contents/MacOS/Electron'
case 'freebsd':
case 'openbsd':
case 'linux':
return 'electron'
case 'win32':