Source

How should the server obtain this app?

Available Types

These are the currently supported source types.

TypeJSON ValueContains

"url"

Obtain application from a direct link.

"github_release"

Obtain application from a GitHub release.

"sourceforge_release"

Obtain app from the SourceForge "best release".

"itchio"

Obtain app from itch.io.

"mediafire"

Obtain app from MediaFire.

Manual

"manual"

Obtains nothing, leaves the job for treatments like "web.download".

Example:

{
    ...
    "source": {
        ...
        "type": "url",
        ...
    },
    ...
}

Last updated