diff options
Diffstat (limited to 'devel/electron4/files/patch-electron_lib_browser_api_app.js')
-rw-r--r-- | devel/electron4/files/patch-electron_lib_browser_api_app.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron4/files/patch-electron_lib_browser_api_app.js b/devel/electron4/files/patch-electron_lib_browser_api_app.js deleted file mode 100644 index fd88561c5e2d..000000000000 --- a/devel/electron4/files/patch-electron_lib_browser_api_app.js +++ /dev/null @@ -1,11 +0,0 @@ ---- electron/lib/browser/api/app.js.orig 2019-05-30 22:14:00 UTC -+++ electron/lib/browser/api/app.js -@@ -71,7 +71,7 @@ if (process.platform === 'darwin') { - } - } - --if (process.platform === 'linux') { -+if (process.platform === 'linux' || process.platform === 'freebsd') { - app.launcher = { - setBadgeCount: bindings.unityLauncherSetBadgeCount, - getBadgeCount: bindings.unityLauncherGetBadgeCount, |