FlatpakBuilderSettings.

DisableDownload Property

Summary

Don't download any sources. This only works if some version of all sources are downloaded already. This is useful if you want to guarantee that no network i/o is done. However, the build will fail if some source is not locally available.
Assembly
Cake.Flatpak.dll
Namespace
Cake.Flatpak
Containing Type
FlatpakBuilderSettings

Syntax

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

Value

Type Description
Nullable<bool>