From 1f43af5cea2bd5fd2c6d4dbb4b43e14aad5a938c Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Thu, 22 Aug 2019 21:09:15 +0200 Subject: [PATCH] feat: add openbsd support in the node module (#19860) --- npm/install.js | 1 + 1 file changed, 1 insertion(+) diff --git a/npm/install.js b/npm/install.js index 61792cdab2dd..8471c7face75 100755 --- a/npm/install.js +++ b/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':