Example #1
0
        bool IBundleServices.CheckContentIntegrity(string manifestPath)
        {
            bool result = _patcher.CheckContentIntegrity(manifestPath);

            if (result)
            {
                _patcher.CacheDownloadPatchFile(manifestPath);
            }
            return(result);
        }
Example #2
0
        bool IBundleServices.CheckContentIntegrity(string bundleName)
        {
            bool result = _patcher.CheckContentIntegrity(bundleName);

            if (result)
            {
                _patcher.CacheDownloadPatchFile(bundleName);
            }
            return(result);
        }