mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08:00
99d6ec2697
opt: android ci opt: bridge compile time fix: android sign fix: android so opt: format
3 lines
112 B
Bash
Executable File
3 lines
112 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cargo ndk --platform 21 --target armv7-linux-androideabi build --release --features flutter
|