update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
22
electron/node_modules/app-builder-lib/out/targets/FpmTarget.d.ts
generated
vendored
Normal file
22
electron/node_modules/app-builder-lib/out/targets/FpmTarget.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
import { Arch } from "builder-util";
|
||||
import { Target } from "../core";
|
||||
import { LinuxPackager } from "../linuxPackager";
|
||||
import { LinuxTargetSpecificOptions } from "../options/linuxOptions";
|
||||
import { LinuxTargetHelper } from "./LinuxTargetHelper";
|
||||
export default class FpmTarget extends Target {
|
||||
private readonly packager;
|
||||
private readonly helper;
|
||||
readonly outDir: string;
|
||||
readonly options: LinuxTargetSpecificOptions;
|
||||
private readonly scriptFiles;
|
||||
constructor(name: string, packager: LinuxPackager, helper: LinuxTargetHelper, outDir: string);
|
||||
private createScripts;
|
||||
checkOptions(): Promise<any>;
|
||||
private computeFpmMetaInfoOptions;
|
||||
build(appOutDir: string, arch: Arch): Promise<any>;
|
||||
private executeFpm;
|
||||
private supportsAutoUpdate;
|
||||
private getDefaultDepends;
|
||||
private getDefaultRecommends;
|
||||
private configureTargetSpecificOptions;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue