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
9
electron/node_modules/app-builder-lib/out/asar/integrity.d.ts
generated
vendored
9
electron/node_modules/app-builder-lib/out/asar/integrity.d.ts
generated
vendored
|
|
@ -1,8 +1,9 @@
|
|||
/// <reference types="node" />
|
||||
import { NodeIntegrity } from "./asar";
|
||||
import { FileMatcher } from "../fileMatcher";
|
||||
export interface AsarIntegrityOptions {
|
||||
readonly resourcesPath: string;
|
||||
readonly resourcesRelativePath: string;
|
||||
readonly resourcesDestinationPath: string;
|
||||
readonly extraResourceMatchers: Array<FileMatcher> | null;
|
||||
}
|
||||
export interface HeaderHash {
|
||||
algorithm: "SHA256";
|
||||
|
|
@ -11,6 +12,4 @@ export interface HeaderHash {
|
|||
export interface AsarIntegrity {
|
||||
[key: string]: HeaderHash;
|
||||
}
|
||||
export declare function computeData({ resourcesPath, resourcesRelativePath }: AsarIntegrityOptions): Promise<AsarIntegrity>;
|
||||
export declare function hashFile(file: string, blockSize?: number): Promise<NodeIntegrity>;
|
||||
export declare function hashFileContents(contents: Buffer | string, blockSize?: number): NodeIntegrity;
|
||||
export declare function computeData({ resourcesPath, resourcesRelativePath, resourcesDestinationPath, extraResourceMatchers }: AsarIntegrityOptions): Promise<AsarIntegrity>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue