漏改内容

This commit is contained in:
gfdgd xi 2024-01-31 22:52:00 +08:00
parent 9cff5358fe
commit 71917c5451
2 changed files with 2 additions and 2 deletions

View File

@ -94,6 +94,6 @@ fi
# fi
#fi
# 设置目录权限,让用户可读可写,方便后续删除组件
chmod 777 -R /opt/apps/deepin-wine-runner
chmod 777 -R /opt/apps/deepin-wine-runner > /dev/null 2>&1 | true
# 向服务器返回安装数加1不显示内容且忽略错误
python3 /opt/apps/deepin-wine-runner/Download.py $version > /dev/null 2>&1 | true

View File

@ -3457,7 +3457,7 @@ for i in [
for x in i[0]:
x.setDisabled(True)
# 有些功能是 Arch Linux 不适用的,需要屏蔽
if not os.path.exists("/etc/arch-release"):
if os.path.exists("/etc/arch-release"):
for i in [installLat, installWineHQ, installWineHQOrg,
installBox86CN, installBox86, installBox86Own, addWineDebMirrorForDeepin20]:
i.setDisabled(True)