update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
11
electron/node_modules/electron-publish/out/s3/spacesPublisher.d.ts
generated
vendored
Normal file
11
electron/node_modules/electron-publish/out/s3/spacesPublisher.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import { SpacesOptions } from "builder-util-runtime";
|
||||
import { PublishContext } from "../";
|
||||
import { BaseS3Publisher, S3UploadConfig } from "./baseS3Publisher";
|
||||
export declare class SpacesPublisher extends BaseS3Publisher {
|
||||
private readonly info;
|
||||
readonly providerName = "spaces";
|
||||
constructor(context: PublishContext, info: SpacesOptions);
|
||||
static checkAndResolveOptions(options: SpacesOptions, channelFromAppVersion: string | null, _errorIfCannot: boolean): Promise<void>;
|
||||
protected getBucketName(): string;
|
||||
getS3UploadConfig(): S3UploadConfig;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue