AppBundler.

Bundle(FilePath, DirectoryPath, AppPackagerSettings) Method

Summary

Create an application bundle using the specificed output name, content, and setttings.
Assembly
Cake.AppPackager.dll
Namespace
Cake.AppPackager.Bundle
Containing Type
AppBundler

Syntax

public void Bundle(FilePath outputBundle, DirectoryPath contentDirectory, AppPackagerSettings settings)

Parameters

Name Type Description
outputBundle FilePath Output name of the application bundle.
contentDirectory DirectoryPath Directory for the content to be pack.
settings AppPackagerSettings The settings.

Return Value

Type Description
void