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
3
electron/node_modules/app-builder-lib/out/util/license.d.ts
generated
vendored
3
electron/node_modules/app-builder-lib/out/util/license.d.ts
generated
vendored
|
|
@ -1,3 +1,4 @@
|
|||
import { Nullish } from "builder-util-runtime";
|
||||
import { PlatformPackager } from "../platformPackager";
|
||||
export declare function getLicenseAssets(fileNames: Array<string>, packager: PlatformPackager<any>): {
|
||||
file: string;
|
||||
|
|
@ -5,7 +6,7 @@ export declare function getLicenseAssets(fileNames: Array<string>, packager: Pla
|
|||
langWithRegion: string;
|
||||
langName: any;
|
||||
}[];
|
||||
export declare function getNotLocalizedLicenseFile(custom: string | null | undefined, packager: PlatformPackager<any>, supportedExtension?: Array<string>): Promise<string | null>;
|
||||
export declare function getNotLocalizedLicenseFile(custom: string | Nullish, packager: PlatformPackager<any>, supportedExtension?: Array<string>): Promise<string | null>;
|
||||
export declare function getLicenseFiles(packager: PlatformPackager<any>): Promise<Array<LicenseFile>>;
|
||||
export interface LicenseFile {
|
||||
file: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue