Type alias MakerMSIXConfig
MakerMSIXConfig: Omit<MSIXPackagingOptions, "outputDir" | "appDir" | "manifestVariables"> & {
manifestVariables?: SemiPartial<ManifestGenerationVariables, "packageDescription" | "appExecutable" | "packageVersion" | "publisher" | "packageIdentity" | "targetArch">;
}
Type declaration
Optional
manifestVariables?: SemiPartial<ManifestGenerationVariables, "packageDescription" | "appExecutable" | "packageVersion" | "publisher" | "packageIdentity" | "targetArch">
The configuration object for the MSIX maker. The
outputDir
andappDir
parameters are preconfigured by Forge so that the Maker uses the package output and can be then used to publish the app.Certain manifest variables are given good defaults by Forge. You can override these if required.