2021-07-29 02:00:11 +08:00
|
|
|
#!/usr/bin/env bash
|
2024-12-09 18:49:02 +08:00
|
|
|
cd $(dirname $(dirname $(which flutter)))
|
|
|
|
git apply ~/rustdesk/.github/patches/flutter_3.24.4_dropdown_menu_enableFilter.diff
|
2024-06-18 08:29:10 +08:00
|
|
|
cargo build --features flutter,hwcodec --release --target aarch64-apple-ios --lib
|