mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-26 16:08:05 +08:00
修改检测方式
This commit is contained in:
parent
d27c31ae6f
commit
0ec98cffcb
@ -1279,7 +1279,7 @@ class UpdateWindow():
|
|||||||
isArch = False
|
isArch = False
|
||||||
if os.path.exists("/etc/arch-release"):
|
if os.path.exists("/etc/arch-release"):
|
||||||
isArch = True
|
isArch = True
|
||||||
if UpdateWindow.data["Url-pkg"][0] == None:
|
if UpdateWindow.data["Url-pkg"][0] == "":
|
||||||
unPackageNew = True
|
unPackageNew = True
|
||||||
try:
|
try:
|
||||||
print(UpdateWindow.data["Url"])
|
print(UpdateWindow.data["Url"])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user