File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,8 +57,9 @@ def get_stf_binaries() -> str:
5757 Download from https://github.com/openatx/stf-binaries
5858
5959 Tag 0.2, support to Android P
60+ Tag 0.3.0 use stf/@devicefarmer
6061 """
61- version = "0.2.1 "
62+ version = "0.3.0 "
6263 target_path = f"vendor/stf-binaries-{ version } .zip"
6364 mirror_download (
6465 f"https://github.com/openatx/stf-binaries/archive/{ version } .zip" ,
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ def _init_binaries(self):
8686
8787 stf_zippath = fetching .get_stf_binaries ()
8888 zip_folder , _ = os .path .splitext (os .path .basename (stf_zippath ))
89- prefix = zip_folder + "/node_modules/minicap-prebuilt/prebuilt/"
89+ prefix = zip_folder + "/node_modules/@devicefarmer/ minicap-prebuilt/prebuilt/"
9090 self ._push_stf (prefix + abi + "/lib/android-" + sdk + "/minicap.so" ,
9191 "/data/local/tmp/minicap.so" ,
9292 mode = 0o644 ,
Original file line number Diff line number Diff line change 44requests
55apkutils2
66uiautomator2 >= 2.5.9
7+ humanize
You can’t perform that action at this time.
0 commit comments