调整系统判断机制
Some checks are pending
Auto Building Wine Runner(rpm) / Explore-GitHub-Actions (push) Waiting to run
Auto Building Wine Runner(deb) / Explore-GitHub-Actions (push) Waiting to run

This commit is contained in:
gfdgd xi 2024-07-19 22:59:46 +08:00
parent 11ad6f3766
commit 30d4986214

View File

@ -3307,7 +3307,7 @@ for i in [
for x in i[0]:
x.setDisabled(True)
# 有些功能是 Arch Linux 不适用的,需要屏蔽
if os.path.exists("/etc/arch-release") or os.path.exists("/etc/fedora-release"):
if not os.path.exists("/etc/debian_version"):
if os.path.exists(f"{programPath}/off-line.lock"):
for i in [p1]:
i.setDisabled(True)