忽略调用UOS Exagear容器

This commit is contained in:
gfdgd xi 2023-07-11 18:44:27 +08:00
parent 6c6b5ff67e
commit 2fb32f84d7

View File

@ -2419,6 +2419,11 @@ def CheckWine():
wine[f"使用Exagear容器运行库运行 {i}"] = f"bash '{programPath}/WineLib/run-more.sh' '/opt/exagear/images/{k}' {wine[i]}"
canUseWine.append(f"使用Exagear容器运行库运行 {i}")
untipsWine.append(f"使用Exagear容器运行库运行 {i}")
if os.path.exists(f"{get_home()}/.deepinwine/debian-buster"):
for i in canUseWineOld:
wine[f"使用UOS Exagear容器运行库运行 {i}"] = f"bash '{programPath}/WineLib/run-more.sh' '{get_home()}/.deepinwine/debian-buster' {wine[i]}"
canUseWine.append(f"使用UOS Exagear容器运行库运行 {i}")
untipsWine.append(f"使用UOS Exagear容器运行库运行 {i}")
except:
traceback.print_exc()
except:
@ -2475,10 +2480,11 @@ updateThingsString = transla.transe("U", '''※1、简易打包器支持选择 W
8修改 WineHQ 安装器使其支持选择国内清华大学镜像源或 WineHQ 官方源
9新增 Visual FoxPro 安装器
10新增安装局部运行库以解决部分低版本系统运行高版本 Wine 的问题且不与其他运行库和兼容层冲突
11新增自动构建https://github.com/gfdgd-xi/deep-wine-runner/actions/workflows/auto-building.yml只供尝鲜
12新增 Wine 日构建安装更多 Wine处可以获取目前有 i386amd64i386+amd64amd64+wow64 modeaarch64
13优化容器清理脚本
14修复部分组件没完全换源的问题部分组件支持自动换可用源''')
11支持调用原版的 Exagear 运行 Wine
12新增自动构建https://github.com/gfdgd-xi/deep-wine-runner/actions/workflows/auto-building.yml只供尝鲜
13新增 Wine 日构建安装更多 Wine处可以获取目前有 i386amd64i386+amd64amd64+wow64 modeaarch64
14优化容器清理脚本
15修复部分组件没完全换源的问题部分组件支持自动换可用源''')
for i in information["Thank"]:
thankText += f"{i}\n"
updateTime = "2023年07月11日"