This commit is contained in:
2021-05-29 08:54:56 +08:00
parent b28bb4ac20
commit 77912d35f6

2
main.py Normal file → Executable file
View File

@@ -41,7 +41,7 @@ def ConnectPhoneIp():
def FindApk(): def FindApk():
path = filedialog.askopenfilename(title="", filetypes=[("APK 文件", "*.apk"), ("所有文件", "*.*")]) path = filedialog.askopenfilename(title="", filetypes=[("APK 文件", "*.apk"), ("所有文件", "*.*")])
if path is not None: if not path is "":
combobox1.set(path) combobox1.set(path)
def Button3Install(): def Button3Install():