mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-12-26 08:59:22 +01:00
Update _index.en.md
This commit is contained in:
parent
58c544a99a
commit
ea7d223efa
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user