forked from olcxjas-softworks/LarpixClient
Update gitignore (sorry)
This commit is contained in:
parent
a8f8c4d7ad
commit
cca8b02fea
6604 changed files with 1219661 additions and 4 deletions
12
electron/node_modules/app-builder-lib/out/publish/s3/s3Publisher.d.ts
generated
vendored
Normal file
12
electron/node_modules/app-builder-lib/out/publish/s3/s3Publisher.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import { S3Options } from "builder-util-runtime";
|
||||
import { PublishContext } from "electron-publish";
|
||||
import { BaseS3Publisher } from "./BaseS3Publisher";
|
||||
export default class S3Publisher extends BaseS3Publisher {
|
||||
private readonly info;
|
||||
readonly providerName = "s3";
|
||||
constructor(context: PublishContext, info: S3Options);
|
||||
static checkAndResolveOptions(options: S3Options, channelFromAppVersion: string | null, errorIfCannot: boolean): Promise<void>;
|
||||
protected getBucketName(): string;
|
||||
protected configureS3Options(args: Array<string>): void;
|
||||
toString(): string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue