summaryrefslogtreecommitdiff
path: root/devel/electron6/files/patch-electron_script_lib_utils.js
blob: ac35e2230d586e9367574d27e797e65ae5bc7084 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- electron/script/lib/utils.js.orig	2019-12-17 00:40:10 UTC
+++ electron/script/lib/utils.js
@@ -14,7 +14,7 @@ function getElectronExec () {
       return `out/${OUT_DIR}/Electron.app/Contents/MacOS/Electron`
     case 'win32':
       return `out/${OUT_DIR}/electron.exe`
-    case 'linux':
+    case 'linux': case 'freebsd':
       return `out/${OUT_DIR}/electron`
     default:
       throw new Error('Unknown platform')