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
2
electron/node_modules/app-builder-lib/out/targets/AppxTarget.d.ts
generated
vendored
2
electron/node_modules/app-builder-lib/out/targets/AppxTarget.d.ts
generated
vendored
|
|
@ -6,10 +6,12 @@ export default class AppXTarget extends Target {
|
|||
private readonly packager;
|
||||
readonly outDir: string;
|
||||
readonly options: AppXOptions;
|
||||
isAsyncSupported: boolean;
|
||||
constructor(packager: WinPackager, outDir: string);
|
||||
build(appOutDir: string, arch: Arch): Promise<any>;
|
||||
private static computeUserAssets;
|
||||
private computePublisherName;
|
||||
private writeManifest;
|
||||
private getCapabilities;
|
||||
private getExtensions;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue