fix generate pb issues

This commit is contained in:
appflowy
2021-12-04 17:31:32 +08:00
parent c649673b2b
commit 63082418be
27 changed files with 79 additions and 56 deletions

View File

@ -28,7 +28,7 @@ script = [
cargo run \
--manifest-path ${flowy_tool} pb-gen \
--rust_sources ${rust_lib},${shared_lib} \
--rust_sources ${rust_lib} ${shared_lib} \
--derive_meta=${derive_meta} \
--flutter_package_lib=${flutter_package_lib}
""",