Merge commit '0be267e8a4028fa4921c31b69740c2429aaf3d30' into fluffychat-merge-2

This commit is contained in:
ggurdin 2026-02-03 16:31:37 -05:00
commit 0183c26da4
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -1,6 +1,8 @@
#!/bin/sh -ve
git clone https://github.com/famedly/dart-vodozemac.git .vodozemac
version=$(yq ".dependencies.flutter_vodozemac" < pubspec.yaml)
version=$(expr "$version" : '\^*\(.*\)')
git clone https://github.com/famedly/dart-vodozemac.git -b ${version} .vodozemac
cd .vodozemac
cargo install flutter_rust_bridge_codegen
flutter_rust_bridge_codegen build-web --dart-root dart --rust-root $(readlink -f rust) --release