@interopio/desktop-cli
Version:
CLI tool for setting up, building and packaging io.Connect Desktop projects
10 lines • 426 B
TypeScript
export declare function signBinary(binaryPath: string): Promise<void>;
export declare function signIOCDBinaries(): Promise<void>;
export declare function signWithSmctl(exePath: string): Promise<void>;
export declare function detectSigningCapabilities(): Promise<{
hasSigntool: boolean;
hasSmctl: boolean;
sdkPath?: string | undefined;
recommendations: string[];
}>;
//# sourceMappingURL=windows.helper.d.ts.map