FlatpakBuilderSettings.

AllowMissingRuntimes Property

Summary

Do not immediately fail if the sdk or platform runtimes are not installed on this system. Attempting to build any manifest modules will still fail if the sdk is missing, but may be useful for apps that install files without a sandbox build.
Assembly
Cake.Flatpak.dll
Namespace
Cake.Flatpak
Containing Type
FlatpakBuilderSettings

Syntax

public Nullable<bool> AllowMissingRuntimes { get; set; }

Value

Type Description
Nullable<bool>