This transport allows to create file structure which can be uploaded to a server manually.
package.json
{
...
"updater": {
"url": "http://example.com/updates/updates.json"
},
...
}
publisher.json
{
"transport": {
"remoteUrl": "http://example.com/updates"
}
}
Name | Default | Description |
---|---|---|
remoteUrl* | The release will be published at this url later | |
outPath | dist/publish | Save build at this location |