This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
scrcpy
Watch
2
Star
0
Fork
0
You've already forked scrcpy
mirror of
https://github.com/Genymobile/scrcpy
synced
2024-11-11 01:10:32 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
9eb6591913
scrcpy
/
app
/
prebuilt-deps
/
.gitignore
2 lines
6 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Improve prebuilt system This aims to fix two issues with the previous implementation: 1. the whole content of downloaded archives were extracted, while only few files are necessary; 2. the archives were extracted in the prebuild-deps/ directory as is. As a consequence of (2), the actual directory name relied on the root directory of the archive. For adb, this root directory was always "platform-tools", so when bumping the adb version, the target directory already existed and the dependency was not upgraded (the old one had to be removed manually). Expose common function to download a file and check its checksum, but let the custom script for each dependency extract only the needed files and reorganize the content if necessary.
2022-01-29 13:08:49 +00:00
/data
Reference in New Issue
Copy Permalink