From d652b99d5bd1bce91554fa0d9185e087318f4a9d Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Fri, 12 Jul 2024 16:33:55 +0800 Subject: [PATCH] Update playground.yml --- .github/workflows/playground.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/playground.yml b/.github/workflows/playground.yml index 4fb0c7dfc..94fc4a3fc 100644 --- a/.github/workflows/playground.yml +++ b/.github/workflows/playground.yml @@ -114,7 +114,6 @@ jobs: shell: bash run: | cargo install flutter_rust_bridge_codegen --version ${{ env.FLUTTER_RUST_BRIDGE_VERSION }} --features "uuid" - sed -i 's/uni_links_desktop/#uni_links_desktop/g' flutter/pubspec.yaml pushd flutter/lib; find . | grep dart | xargs sed -i 's/textScaler: TextScaler.linear(\(.*\)),/textScaleFactor: \1,/g'; popd; pushd flutter && flutter pub get && popd ~/.cargo/bin/flutter_rust_bridge_codegen --rust-input ./src/flutter_ffi.rs --dart-output ./flutter/lib/generated_bridge.dart --c-output ./flutter/macos/Runner/bridge_generated.h