aboutsummaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-electron_script_lib_utils.js
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron37/files/patch-electron_script_lib_utils.js')
-rw-r--r--devel/electron37/files/patch-electron_script_lib_utils.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-electron_script_lib_utils.js b/devel/electron37/files/patch-electron_script_lib_utils.js
new file mode 100644
index 000000000000..4012e5b08c1a
--- /dev/null
+++ b/devel/electron37/files/patch-electron_script_lib_utils.js
@@ -0,0 +1,11 @@
+--- electron/script/lib/utils.js.orig 2024-10-09 13:53:06 UTC
++++ electron/script/lib/utils.js
+@@ -19,7 +19,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');