※6、修复了容器自动配置脚本 GUI 解析器无法指定 Wine、容器以及位数的功能

This commit is contained in:
2022-10-23 21:26:47 +08:00
parent cb6fd9e202
commit e3d944e448
39 changed files with 94 additions and 42 deletions

View File

@@ -0,0 +1,6 @@
import os
for i in os.listdir():
with open(i, "r") as file:
things = file.read().replace("sys.exit(int(ConfigLanguareRunner.programEnv[9][1]))", "sys.exit(int(ConfigLanguareRunner.programEnv[9][1]))")
with open(i, "w") as file:
file.write(things)