Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.21 KB

File metadata and controls

29 lines (20 loc) · 1.21 KB
description How should the server obtain this app?

Source

Woah! Big Package!

Available Types

These are the currently supported source types.

TypeJSON ValueContains
URL"url"Obtain application from a direct link.
GitHub Release"github_release"Obtain application from a GitHub release.
SourceForge Release"sourceforge_release"Obtain app from the SourceForge "best release".
itch.io"itchio"Obtain app from itch.io.
MediaFire"mediafire"Obtain app from MediaFire.
Manual"manual"Obtains nothing, leaves the job for treatments like "web.download".

Example:

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