WindowsPackageInstallerCompiler.write() method
Home > @keymanapp/kmc-package > WindowsPackageInstallerCompiler > write
WindowsPackageInstallerCompiler.write() method
Write artifacts from a successful compile to disk, via callbacks methods. The artifacts written may include:
- .exe file - binary Windows package installer executable file
Signature:
write(artifacts: WindowsPackageInstallerCompilerArtifacts): Promise<boolean>;
Parameters
Parameter | Type | Description |
---|---|---|
artifacts | WindowsPackageInstallerCompilerArtifacts | object containing artifact binary data to write out |
Returns:
Promise<boolean>
true on success