stuff
This commit is contained in:
14
buildfiles/node_modules/app-builder-lib/out/asar/integrity.d.ts
generated
vendored
Normal file
14
buildfiles/node_modules/app-builder-lib/out/asar/integrity.d.ts
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
export interface AsarIntegrityOptions {
|
||||
/**
|
||||
* Allows external asar files.
|
||||
*
|
||||
* @default false
|
||||
*/
|
||||
readonly externalAllowed?: boolean;
|
||||
}
|
||||
export interface AsarIntegrity extends AsarIntegrityOptions {
|
||||
checksums: {
|
||||
[key: string]: string;
|
||||
};
|
||||
}
|
||||
export declare function computeData(resourcesPath: string, options?: AsarIntegrityOptions | null): Promise<AsarIntegrity>;
|
Reference in New Issue
Block a user