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
13
electron/node_modules/app-builder-lib/out/codeSign/signManager.d.ts
generated
vendored
Normal file
13
electron/node_modules/app-builder-lib/out/codeSign/signManager.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { MemoLazy, Nullish } from "builder-util-runtime";
|
||||
import { Lazy } from "lazy-val";
|
||||
import { Target } from "../core";
|
||||
import { WindowsConfiguration } from "../options/winOptions";
|
||||
import { WindowsSignOptions } from "./windowsCodeSign";
|
||||
import { CertificateFromStoreInfo, FileCodeSigningInfo } from "./windowsSignToolManager";
|
||||
export interface SignManager {
|
||||
readonly computedPublisherName: Lazy<Array<string> | null>;
|
||||
readonly cscInfo: MemoLazy<WindowsConfiguration, FileCodeSigningInfo | CertificateFromStoreInfo | null>;
|
||||
computePublisherName(target: Target, publisherName: string | Nullish): Promise<string>;
|
||||
initialize(): Promise<void>;
|
||||
signFile(options: WindowsSignOptions): Promise<boolean>;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue