mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-07-22 04:06:44 +08:00
feat: track official versions and import resources
Persist official version-state, extend CAS/ResourceRepository import classification, and add offline catalog and failure regression fixtures. Fixes #13 Fixes #12 Fixes #8
This commit is contained in:
@@ -379,7 +379,7 @@ fn main() -> anyhow::Result<()> {
|
||||
let pull_plan = pull_plan
|
||||
.as_ref()
|
||||
.ok_or_else(|| anyhow::anyhow!("download requested but no pull plan exists"))?;
|
||||
let report = fetcher.pull(&pull_plan).map_err(anyhow::Error::msg)?;
|
||||
let report = fetcher.pull(pull_plan).map_err(anyhow::Error::msg)?;
|
||||
let final_audit = fetcher
|
||||
.audit_local_manifest(pull_plan)
|
||||
.map_err(anyhow::Error::msg)?;
|
||||
|
||||
Reference in New Issue
Block a user