WindowsPackageInstallerCompilerResult interface
Home > @keymanapp/kmc-package > WindowsPackageInstallerCompilerResult
WindowsPackageInstallerCompilerResult interface
Build artifacts from the .kps Windows package installer compiler
Signature:
export interface WindowsPackageInstallerCompilerResult extends KeymanCompilerResult
Extends: KeymanCompilerResult
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
artifacts | WindowsPackageInstallerCompilerArtifacts | Internal in-memory build artifacts from a successful compilation. Caller can write these to disk with WindowsPackageInstallerCompiler.write() |