Procházet zdrojové kódy

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

Added to liveupdate manifest manual docs
Björn Ritzl před 6 roky
rodič
revize
013523236b
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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.