forked from olcxjas-softworks/LarpixClient
update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
5
electron/node_modules/app-builder-lib/out/options/SquirrelWindowsOptions.d.ts
generated
vendored
5
electron/node_modules/app-builder-lib/out/options/SquirrelWindowsOptions.d.ts
generated
vendored
|
|
@ -33,6 +33,11 @@ export interface SquirrelWindowsOptions extends TargetSpecificOptions {
|
|||
* Use `appId` to identify package instead of `name`.
|
||||
*/
|
||||
readonly useAppIdAsId?: boolean;
|
||||
/**
|
||||
* The custom squirrel vendor dir. If not specified will use the Squirrel.Windows that is shipped with electron-installer(https://github.com/electron/windows-installer/tree/main/vendor).
|
||||
* After https://github.com/electron-userland/electron-builder-binaries/pull/56 merged, will add `electron-builder-binaries` to get the latest version of squirrel.
|
||||
*/
|
||||
readonly customSquirrelVendorDir?: string;
|
||||
/**
|
||||
* https://github.com/electron-userland/electron-builder/issues/1743
|
||||
* @private
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue