mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-24 13:41:02 +03:00
run.sh
This commit is contained in:
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 $@
|
||||
Reference in New Issue
Block a user