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/targets/archive.d.ts
generated
vendored
5
electron/node_modules/app-builder-lib/out/targets/archive.d.ts
generated
vendored
|
|
@ -17,5 +17,10 @@ export interface ArchiveOptions {
|
|||
excluded?: Array<string> | null;
|
||||
method?: "Copy" | "LZMA" | "Deflate" | "DEFAULT";
|
||||
isRegularFile?: boolean;
|
||||
/**
|
||||
* Use native macOS `zip` to preserve symlinks. Required for .framework bundles.
|
||||
* @default false
|
||||
*/
|
||||
preserveSymlinks?: boolean;
|
||||
}
|
||||
export declare function compute7zCompressArgs(format: string, options?: ArchiveOptions): string[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue