Skip to content

Commit a0306d0

Browse files
authored
Simplify recommending re-using same archive as on website again (#225)
1 parent 0c5a92b commit a0306d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ If you distribute your app on your website as a ZIP or a tar archive (due to [ap
153153

154154
If your app is running from a read-only mount, you can encourage (if you want) your user to move the app into /Applications. Some frameworks, although not officially sanctioned here, exist for this purpose. Note Sparkle will not by default automatically disturb your user if an update cannot be performed.
155155

156-
Sparkle supports updating from ZIP archives, tarballs, disk images (DMGs), and installer packages. While you can reuse the same archive for distribution of your app on your website, we recommend serving ZIPs or tarballs (e.g. tar.xz) for updates because they are the fastest and most reliable formats for Sparkle. [Installer packages](/documentation/package-updates/) should rarely be used for distribution or updates.
156+
Sparkle supports updating from DMG, ZIP archives, tarballs, and [installer packages](/documentation/package-updates/), so you can generally reuse the same archive for distribution of your app on your website as well as Sparkle updates.
157157

158158
### 5. Publish your appcast
159159

0 commit comments

Comments
 (0)