Skip to content

Commit 3c7c1b5

Browse files
authored
Subsurface-*x86_64.AppImage.zsync
To cover the case where we don't have a version in the filename. Thanks @TheAssassin for pointing it out with great patience
1 parent 6da1a43 commit 3c7c1b5

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
@@ -202,7 +202,7 @@ For an overview about [zsync] and how to create `.zsync` files, see [http://zsyn
202202
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
203203

204204
```
205-
gh-releases-zsync|probono|AppImages|latest|Subsurface-*-x86_64.AppImage.zsync
205+
gh-releases-zsync|probono|AppImages|latest|Subsurface-*x86_64.AppImage.zsync
206206
```
207207

208208
If an [AppImage] has [update information] embedded for this transport mechanism, then the following fields **MUST** be used; separated by a "|" character:
@@ -213,7 +213,7 @@ Transport mechanism | String | `gh-releases-zsync` | [zsync] file and [AppImage]
213213
Bintray username | String | `probono` | Name of the GitHub user or organization of the account where the [zsync] file and [AppImage] are stored
214214
Bintray repository | String | `AppImages` | Name of the GitHub repository in which the [zsync] file and [AppImage] are stored
215215
Release name | String | `latest` | Name of the release. `latest` will automatically use the latest release as determined by the GitHub API
216-
Filename | String | `Subsurface-*-x86_64.AppImage.zsync` | Filename of the [zsync] file on GitHub, `*` is a wildcard
216+
Filename | String | `Subsurface-*x86_64.AppImage.zsync` | Filename of the [zsync] file on GitHub, `*` is a wildcard
217217

218218
**Please note that pre-releases are not being considered when using `latest`.** You will have to explicitly provide the name of a release. When using e.g., [uploadtool](https://github.com/probonopd/uploadtool), the name of the release created will always be `continuous`, hence, you can just specify that value instead of `latest`.
219219

0 commit comments

Comments
 (0)