mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 07:33:20 +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