aboutsummaryrefslogtreecommitdiff
path: root/devel/electron23/files/patch-electron_script_lib_utils.js
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron23/files/patch-electron_script_lib_utils.js')
-rw-r--r--devel/electron23/files/patch-electron_script_lib_utils.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron23/files/patch-electron_script_lib_utils.js b/devel/electron23/files/patch-electron_script_lib_utils.js
new file mode 100644
index 000000000000..576a3d7aeb87
--- /dev/null
+++ b/devel/electron23/files/patch-electron_script_lib_utils.js
@@ -0,0 +1,11 @@
+--- electron/script/lib/utils.js.orig 2023-01-24 16:58:16 UTC
++++ electron/script/lib/utils.js
+@@ -22,7 +22,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');