完善tidevice逻辑

This commit is contained in:
2025-09-23 20:17:33 +08:00
parent b0525ce817
commit 0d2782ddb8
13 changed files with 144 additions and 49 deletions

View File

@@ -6,4 +6,8 @@ pyinstaller -F -n tidevice ^
--collect-all tidevice ^
--noconsole ^
--add-data="C:\Users\milk\AppData\Local\Programs\Python\Python312\Lib\site-packages\tidevice;tidevice" ^
tidevice_entry.py
tidevice_entry.py
@REM pyinstaller -F -n tidevice -noconsole ^
@REM --collect-all tidevice ^
@REM tidevice_entry.py