Browse Source

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

Robert Nagy 5 years ago
parent
commit
1f43af5cea
1 changed files with 1 additions and 0 deletions
  1. 1 0
      npm/install.js

+ 1 - 0
npm/install.js

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