FeedURLOptions

external interface FeedURLOptions(source)

Properties

Link copied to clipboard
abstract var allowAnyVersion: Boolean?

If true, allows downgrades to older versions for MSIX packages. Defaults to false.

Link copied to clipboard

HTTP request headers.

Link copied to clipboard

Can be json or default, see the Squirrel.Mac README for more information.

Link copied to clipboard
abstract var url: String

The update server URL. For Windows MSIX, this can be either a direct link to an MSIX file (e.g., https://example.com/update.msix) or a JSON endpoint that returns update information (see the Squirrel.Mac README for more information).