update electron to v43
All checks were successful
Android Build / publish (push) Successful in 55s
Linux Build / publish (push) Successful in 1m6s

This commit is contained in:
olcxja 2026-07-09 22:38:33 +02:00
commit fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions

View file

@ -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?: {