update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
7
electron/node_modules/builder-util-runtime/out/updateInfo.d.ts
generated
vendored
7
electron/node_modules/builder-util-runtime/out/updateInfo.d.ts
generated
vendored
|
|
@ -55,9 +55,14 @@ export interface UpdateInfo {
|
|||
*/
|
||||
releaseDate: string;
|
||||
/**
|
||||
* The [staged rollout](/auto-update#staged-rollouts) percentage, 0-100.
|
||||
* The [staged rollout](https://www.electron.build/auto-update#staged-rollouts) percentage, 0-100.
|
||||
*/
|
||||
readonly stagingPercentage?: number;
|
||||
/**
|
||||
* The minimum version of system required for the app to run. Sample value: macOS `23.1.0`, Windows `10.0.22631`.
|
||||
* Same with os.release() value, this is a kernel version.
|
||||
*/
|
||||
readonly minimumSystemVersion?: string;
|
||||
}
|
||||
export interface WindowsUpdateInfo extends UpdateInfo {
|
||||
packages?: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue