From f9fd3cc697cca6624f1d6ba3f587018cf6f93fac Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 5 Jun 2020 22:13:38 -0400 Subject: [PATCH] explain over-the-air delta updates --- static/build.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/build.html b/static/build.html index 42c3edb9..f67950a6 100644 --- a/static/build.html +++ b/static/build.html @@ -699,6 +699,11 @@ cd ../..    ├── crosshatch-target_files-2019.10.07.21.zip    └── crosshatch-testing +

Incremental updates are uploaded alongside the update packages and update metadata + on the static web server used as an update server. The update client will + automatically check for an incremental update and use it if available. No additional + metadata is needed to make incremental updates work.

+

Prebuilt code