Skip to content

Commit 5740b3d

Browse files
authored
Update draft.md
1 parent 209504b commit 5740b3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

draft.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,14 +201,14 @@ For an overview about [zsync] and how to create `.zsync` files, see [http://zsyn
201201
The __GitHub Releases__ transport extends the [zsync] transport in that it uses version information from [GitHub Releases](https://help.github.com/articles/about-releases/). Its [update information] is in the form
202202

203203
```
204-
gh-zsync|probono|AppImages|latest|Subsurface-*-x86_64.AppImage.zsync
204+
gh-releases-zsync|probono|AppImages|latest|Subsurface-*-x86_64.AppImage.zsync
205205
```
206206

207207
If an [AppImage] has [update information] embedded for this transport mechanism, then the following fields **MUST** be used; separated by a "|" character:
208208

209209
Field | Type | Example | Comments
210210
----------- | ------ | -------- | --------
211-
Transport mechanism | String | `gh-zsync` | [zsync] file and [AppImage] **MUST** be stored on GitHub Releases
211+
Transport mechanism | String | `gh-releases-zsync` | [zsync] file and [AppImage] **MUST** be stored on GitHub Releases
212212
Bintray username | String | `probono` | Name of the GitHub user or organization of the account where the [zsync] file and [AppImage] are stored
213213
Bintray repository | String | `AppImages` | Name of the GitHub repository in which the [zsync] file and [AppImage] are stored
214214
Release name | String | `latest` | Name of the release. `latest` will automatically use the latest release as determined by the GitHub API

0 commit comments

Comments
 (0)