Skip to content

Commit 1b72d6c

Browse files
committed
Updated for v12.0.6-wvvmp
1 parent ca99357 commit 1b72d6c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

electron.d.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for Electron 12.0.5
1+
// Type definitions for Electron 12.0.6
22
// Project: http://electronjs.org/
33
// Definitions by: The Electron Team <https://github.com/electron/electron>
44
// Definitions: https://github.com/electron/electron-typescript-definitions
@@ -1055,7 +1055,8 @@ You should seek to use the `steal` option as sparingly as possible.
10551055
*/
10561056
getJumpListSettings(): JumpListSettings;
10571057
/**
1058-
* The current application locale. Possible return values are documented here.
1058+
* The current application locale, fetched using Chromium's `l10n_util` library.
1059+
* Possible return values are documented here.
10591060
*
10601061
* To set the locale, you'll want to use a command line switch at app startup,
10611062
* which may be found here.
@@ -2433,7 +2434,7 @@ Calling `event.preventDefault()` will prevent the menu from being displayed.
24332434
getMaximumSize(): number[];
24342435
/**
24352436
* Window id in the format of DesktopCapturerSource's id. For example
2436-
* "window:1234:0".
2437+
* "window:1324:0".
24372438
*
24382439
* More precisely the format is `window:id:other_id` where `id` is `HWND` on
24392440
* Windows, `CGWindowID` (`uint64_t`) on macOS and `Window` (`unsigned long`) on

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"node": ">= 8.6"
1717
},
1818
"name": "electron",
19-
"version": "12.0.5-wvvmp",
19+
"version": "12.0.6-wvvmp",
2020
"repository": "https://github.com/castlabs/electron-releases",
2121
"description": "Build cross platform desktop apps with JavaScript, HTML, CSS, and Widevine DRM protection",
2222
"license": "MIT",

0 commit comments

Comments
 (0)