diff --git a/cli/src/project.rs b/cli/src/project.rs index f3e1f78..cc913ed 100644 --- a/cli/src/project.rs +++ b/cli/src/project.rs @@ -118,7 +118,7 @@ impl Project { release_packages( proj.tr.compiler.world_mut(), - include_dir!("$CARGO_MANIFEST_DIR/../contrib/typst/book"), + include_dir!("$CARGO_MANIFEST_DIR/../packages/shiroa"), ); if matches!(proj.meta_source, MetaSource::Strict) {