This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Flatpak.
Summary
Executes flatpak-builder --run [OPTION...] DIRECTORY MANIFEST COMMAND without results
Syntax
public static void FlatpakBuilderRun(this ICakeContext context, DirectoryPath directory, FilePath manifest, string command, FlatpakBuilderSettings settings = null)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
|
| directory |
DirectoryPath |
|
| manifest |
FilePath |
|
| command |
string |
|
| settings |
FlatpakBuilderSettings |
|
Return Value