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/builder-util/out/arch.d.ts
generated
vendored
2
electron/node_modules/builder-util/out/arch.d.ts
generated
vendored
|
|
@ -5,7 +5,7 @@ export declare enum Arch {
|
|||
arm64 = 3,
|
||||
universal = 4
|
||||
}
|
||||
export declare type ArchType = "x64" | "ia32" | "armv7l" | "arm64" | "universal";
|
||||
export type ArchType = "x64" | "ia32" | "armv7l" | "arm64" | "universal";
|
||||
export declare function toLinuxArchString(arch: Arch, targetName: string): string;
|
||||
export declare function getArchCliNames(): Array<string>;
|
||||
export declare function getArchSuffix(arch: Arch, defaultArch?: string): string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue