Skip to content

Commit 7f99f2f

Browse files
authored
Fix typo
1 parent 8a8dec5 commit 7f99f2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AppImageUpdate.AppDir/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ echo "zsync|https://resin-production-downloads.s3.amazonaws.com/etcher/latest/Et
132132

133133
**Step 2: Upload the AppImage and the AppImage.zsync to an URL that matches the URL specified in the update information**
134134

135-
You would have to copy both `Etcher-linux-x64.AppImage.zsync` and `Etcher-linux-x64.AppImage.zsync` to `https://resin-production-downloads.s3.amazonaws.com/etcher/latest/` for this to work.
135+
You would have to copy both `Etcher-linux-x64.AppImage` and `Etcher-linux-x64.AppImage.zsync` to `https://resin-production-downloads.s3.amazonaws.com/etcher/latest/` for this to work.
136136

137-
When you have a new version, simply put the updated `Etcher-linux-x64.AppImage.zsync` and `Etcher-linux-x64.AppImage.zsync` at the *same* location.
137+
When you have a new version, simply put the updated `Etcher-linux-x64.AppImage` and `Etcher-linux-x64.AppImage.zsync` at the *same* location.
138138

139139
At this point, AppImageUpdate should work. AppImageUpdate is really just an example GUI around the (work-in-progress but useable) [appimageupdate](https://github.com/probonopd/AppImageKit/blob/master/AppImageUpdate.AppDir/usr/bin/appimageupdate) bash script. You could put `appimageupdate` (and its dependency [zsync_curl](https://github.com/probonopd/zsync-curl)) inside `usr/bin` of the AppImage, and call `appimageupdate` from within your app and even have a little GUI around it; or reimplement it in the language of your app.
140140

0 commit comments

Comments
 (0)