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
+1-16Lines changed: 1 addition & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,7 +178,6 @@ An [AppImage] **SHOULD** ship AppStream metadata in `usr/share/metainfo/$ID.appd
178
178
An [AppImage]**MAY** have [update information] embedded for exactly one transport mechanism. The location in which this information is stored is defined by the [image format](#image-format). Currently three transport mechanisms are available, but only one can be used for each given [AppImage]:
179
179
180
180
*[`zsync`](#zsync)
181
-
*[`bintray-zsync`](#bintray-zsync)
182
181
*[`gh-releases-zsync`](#github-releases)
183
182
184
183
*Several tools such as `appimagetool` can create the `.zsync` file automatically when building the AppImage. Please refer to the [guide](https://docs.appimage.org/packaging-guide/optional/updates.html#using-appimagetool) for further information.*
@@ -223,21 +222,7 @@ Filename | String | `Subsurface-*x86_64.AppImage.zsync` | Filename of the [zsync
223
222
224
223
##### bintray-zsync
225
224
226
-
The __bintray-zsync__ transport extends the [zsync] transport in that it uses version information from [Bintray](https://bintray.com/). 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:
233
-
234
-
Field | Type | Example | Comments
235
-
----------- | ------ | -------- | --------
236
-
Transport mechanism | String | `bintray-zsync` | [zsync] file and [AppImage]**MUST** be stored on Bintray
237
-
Bintray username | String | `probono` | Name of the user or organization of the account where the [zsync] file and [AppImage] are stored
238
-
Bintray repository | String | `AppImages` | Name of the repository in which the [zsync] file and [AppImage] are stored
239
-
Bintray package name | String | `Subsurface` | Name of the [Bintray package](https://bintray.com/docs/usermanual/uploads/uploads_creatinganewpackage.html) in which the [zsync] file and [AppImage] are stored
240
-
Bintray zsync path | String | `Subsurface-_latestVersion-x86_64.AppImage.zsync` | Path where the [zsync] file is stored on Bintray (**MUST NOT** change from version to version). Note the use of the Bintray feature `_latestVersion` to facilitate this
225
+
The __bintray-zsync__ transport was there to support [Bintray](https://bintray.com/). It is deprecated.
0 commit comments