rustdesk/flutter/ios_arm64.sh

5 lines
228 B
Bash
Raw Normal View History

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
cargo build --features flutter,hwcodec --release --target aarch64-apple-ios --lib