This commit is contained in:
rustdesk 2022-09-15 18:27:10 +08:00
parent 3730ed0cc3
commit a73fab575a

7
flutter/run.sh Normal file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
dart pub global activate ffigen --version 5.0.1
flutter pub get
# call `flutter clean` if cargo build fails
cargo build --features flutter
flutter run $@