mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-05-24 08:59:49 +08:00
修复打包缺uos-info.sh文件的问题
This commit is contained in:
parent
6863e58413
commit
f79bac9d6c
@ -479,7 +479,7 @@ fi
|
||||
true
|
||||
""", readtxt(f"{programPath}/packager-config/postrm")][int(rmBash.isChecked())],
|
||||
"run.sh": readtxt(f"{programPath}/packager-config/run.sh"),
|
||||
"info": readtxt(f"{programPath}/packager-config/uos-info.sh")
|
||||
"info": readtxt(f"{programPath}/packager-config/uos-info.json")
|
||||
}
|
||||
]
|
||||
print("c")
|
||||
|
Loading…
x
Reference in New Issue
Block a user