mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-30 17:19:03 +08:00
run.sh
This commit is contained in:
parent
3730ed0cc3
commit
a73fab575a
7
flutter/run.sh
Normal file
7
flutter/run.sh
Normal 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 $@
|
Loading…
Reference in New Issue
Block a user