Update _index.en.md

This commit is contained in:
Mr-Update 2024-02-09 21:28:56 +01:00 committed by GitHub
parent 58c544a99a
commit ea7d223efa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,7 +138,7 @@ You'll might need to disable building Flutter Rust Bridge from `build.rs` file,
sed -i "s/gen_flutter_rust_bridge();/\/\//g" build.rs sed -i "s/gen_flutter_rust_bridge();/\/\//g" build.rs
``` ```
#### Building rustdesk lib #### Building RustDesk library
At this step you'll build `librustdesk.so` file. At this step you'll build `librustdesk.so` file.
First, add triplet to rust: First, add triplet to rust:
@ -215,4 +215,3 @@ If you want you might move builded app somewhere else, feel free to run:
``` ```
mv build/app/outputs/flutter-apk/app-arm64-v8a-release.apk ../rustdesk-release.apk mv build/app/outputs/flutter-apk/app-arm64-v8a-release.apk ../rustdesk-release.apk
``` ```