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
4
electron/node_modules/app-builder-lib/out/options/MsiOptions.d.ts
generated
vendored
4
electron/node_modules/app-builder-lib/out/options/MsiOptions.d.ts
generated
vendored
|
|
@ -19,4 +19,8 @@ export interface MsiOptions extends CommonWindowsInstallerConfiguration, TargetS
|
|||
* Any additional arguments to be passed to the WiX installer compiler, such as `["-ext", "WixUtilExtension"]`
|
||||
*/
|
||||
readonly additionalWixArgs?: Array<string> | null;
|
||||
/**
|
||||
* Any additional arguments to be passed to the light.ext, such as `["-cultures:ja-jp"]`
|
||||
*/
|
||||
readonly additionalLightArgs?: Array<string> | null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue