You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: draft.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,14 +201,14 @@ For an overview about [zsync] and how to create `.zsync` files, see [http://zsyn
201
201
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
If an [AppImage] has [update information] embedded for this transport mechanism, then the following fields **MUST** be used; separated by a "|" character:
208
208
209
209
Field | Type | Example | Comments
210
210
----------- | ------ | -------- | --------
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
212
212
Bintray username | String | `probono` | Name of the GitHub user or organization of the account where the [zsync] file and [AppImage] are stored
213
213
Bintray repository | String | `AppImages` | Name of the GitHub repository in which the [zsync] file and [AppImage] are stored
214
214
Release name | String | `latest` | Name of the release. `latest` will automatically use the latest release as determined by the GitHub API
0 commit comments