stuff
This commit is contained in:
15
buildfiles/node_modules/app-builder-lib/out/targets/AppxTarget.d.ts
generated
vendored
Normal file
15
buildfiles/node_modules/app-builder-lib/out/targets/AppxTarget.d.ts
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
import { Arch } from "builder-util";
|
||||
import { AppXOptions } from "../";
|
||||
import { Target } from "../core";
|
||||
import { WinPackager } from "../winPackager";
|
||||
export default class AppXTarget extends Target {
|
||||
private readonly packager;
|
||||
readonly outDir: string;
|
||||
readonly options: AppXOptions;
|
||||
constructor(packager: WinPackager, outDir: string);
|
||||
build(appOutDir: string, arch: Arch): Promise<any>;
|
||||
private static computeUserAssets;
|
||||
private computePublisherName;
|
||||
private writeManifest;
|
||||
private getExtensions;
|
||||
}
|
Reference in New Issue
Block a user