AppUnbundler.

Unpack(FilePath, DirectoryPath, AppPackagerSettings) Method

Summary

Unpacks all packages to a subdirectory under the specified output path, named after the bundle full name. The output has the same directory structure as the installed package bundle.
Assembly
Cake.AppPackager.dll
Namespace
Cake.AppPackager.Unbundle
Containing Type
AppUnbundler

Syntax

public void Unpack(FilePath inputBundle, DirectoryPath outputDirectory, AppPackagerSettings settings)

Parameters

Name Type Description
inputBundle FilePath Input name of the application bundle..
outputDirectory DirectoryPath Output directory to unbundle the application.
settings AppPackagerSettings The settings.

Return Value

Type Description
void