Skip to content

Commit

Permalink
⬆️ upgrade flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Sep 27, 2024
1 parent f20f441 commit 881fd0f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ jobs:
if: steps.check_asset.outputs.skip_build != 'true' && ( matrix.config.target == 'ios')
run: |
rustup target install aarch64-apple-ios
cd daisy
/usr/libexec/PlistBuddy -c 'Add :application-identifier string opensource.daisy' ios/Runner/Info.plist
flutter build ios --no-simulator --no-codesign --release
cd build
Expand Down Expand Up @@ -237,9 +238,6 @@ jobs:
mv appimagetool-x86_64.AppImage appimagetool
cd daisy
flutter pub get
echo > native/src/bridge_generated.rs
echo > native/src/bridge_generated.io.rs
flutter_rust_bridge_codegen --rust-input native/src/api.rs --dart-output lib/bridge_generated.dart
flutter config --enable-linux-desktop
flutter build linux --release
mv build/linux/x64/release/bundle/{daisy,AppRun}
Expand All @@ -252,8 +250,6 @@ jobs:
run: |
cd daisy
flutter pub get
echo $null > native/src/bridge_generated.rs
flutter_rust_bridge_codegen --rust-crate-dir native --rust-input native/src/api.rs --dart-output lib/bridge_generated.dart --class-name Native
flutter config --enable-windows-desktop
flutter build windows
cd build/windows/runner/Release
Expand Down

0 comments on commit 881fd0f

Please sign in to comment.