瀏覽代碼

Merge pull request #22 from defold/def3555-liveupdate-manifest-docs-update

Added to liveupdate manifest manual docs
Björn Ritzl 6 年之前
父節點
當前提交
013523236b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/en/manuals/live-update.md

+ 1 - 0
docs/en/manuals/live-update.md

@@ -148,6 +148,7 @@ When storing a new manifest the manifest data will be verified before it is actu
 * Supports the currently running engine version or any other supported version entry from the settings.
 * Cryptographic signature.
 * Signed using the same public-private key pair as the bundled manifest.
+* Verify that all resources the manifest expects to be in the bundle actually are in the bundle.
 
 From the user's perspective the verification process is completely opaque but it is important to note the steps involved to avoid the most common pitfalls.