Merge pull request #142 from rustdesk/revert-134-patch-1

Revert "Change "cargo run" with "python3 build.py""
This commit is contained in:
RustDesk 2023-02-13 20:38:59 +08:00 committed by GitHub
commit 820ec1fe5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,5 +57,5 @@ cd rustdesk
mkdir -p target/debug
wget https://raw.githubusercontent.com/c-smile/sciter-sdk/master/bin.win/x64/sciter.dll
mv sciter.dll target/debug
python3 ./build.py
cargo run
```