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
13
electron/node_modules/dmg-builder/out/dmg.d.ts
generated
vendored
Normal file
13
electron/node_modules/dmg-builder/out/dmg.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { DmgOptions, Target } from "app-builder-lib";
|
||||
import MacPackager from "app-builder-lib/out/macPackager";
|
||||
import { Arch } from "builder-util";
|
||||
export declare class DmgTarget extends Target {
|
||||
private readonly packager;
|
||||
readonly outDir: string;
|
||||
readonly options: DmgOptions;
|
||||
constructor(packager: MacPackager, outDir: string);
|
||||
build(appPath: string, arch: Arch): Promise<void>;
|
||||
private signDmg;
|
||||
computeVolumeName(arch: Arch, custom?: string | null): string;
|
||||
computeDmgOptions(): Promise<DmgOptions>;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue