temp
This commit is contained in:
2
main.py
Normal file → Executable file
2
main.py
Normal file → Executable 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():
|
||||||
|
|||||||
Reference in New Issue
Block a user