mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: add new database on mobile platform (#3788)
* chore: downgrade clipboard package * fix: update i18n in the favorite page * fix: update the favorite icon * feat: support add new database * chore: disable cache in unit test * chore: bump version 0.3.7
This commit is contained in:
@ -28,7 +28,7 @@ script = [
|
||||
rustup show
|
||||
if [ "${BUILD_FLAG}" == "debug" ]; then
|
||||
echo "🚀 🚀 🚀 Building for debug"
|
||||
cargo lipo --targets ${RUST_COMPILE_TARGET} --features "${FLUTTER_DESKTOP_FEATURES} --package=dart-ffi "
|
||||
cargo lipo --targets ${RUST_COMPILE_TARGET} --features "${FLUTTER_DESKTOP_FEATURES}" --package=dart-ffi
|
||||
else
|
||||
echo "🚀 🚀 🚀 Building for release"
|
||||
cargo lipo --release --targets ${RUST_COMPILE_TARGET} --features "${FLUTTER_DESKTOP_FEATURES}" --package=dart-ffi
|
||||
|
Reference in New Issue
Block a user