mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
feat: add openbsd support in the node module (#19860)
This commit is contained in:
committed by
Shelley Vohr
parent
268094e0ef
commit
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':
|
||||
|
||||
Reference in New Issue
Block a user