添加tidevice打包脚本

This commit is contained in:
zw
2025-09-04 21:11:38 +08:00
parent edf128b9f4
commit f9fff55553
3 changed files with 5 additions and 1 deletions

4
tidevice_entry.py Normal file
View File

@@ -0,0 +1,4 @@
# tidevice_entry.py
from tidevice.__main__ import main
if __name__ == '__main__':
main()