mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2026-03-26 23:49:44 +08:00
※6、修复了容器自动配置脚本 GUI 解析器无法指定 Wine、容器以及位数的功能
This commit is contained in:
6
AutoShell/command/demo.py
Normal file
6
AutoShell/command/demo.py
Normal 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)
|
||||
Reference in New Issue
Block a user