mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-09-02 01:22:20 +08:00
fix: Can not pass args to exe without --uri
Chore: Bump version to 4.1.1.1
This commit is contained in:
parent
ebf9474bc6
commit
1fe4ed75f4
@ -620,7 +620,7 @@ Description: {e3_text.text()}
|
||||
if iconUiList[0][2].text().replace(" ", "") == "":
|
||||
command = f"--uri {iconUiList[0][2].text()}"
|
||||
else:
|
||||
command = iconUiList[0][2].text()
|
||||
command = f"--uri {iconUiList[0][2].text()}" # 若要传参进入wine容器,必须--uri,否则是传给run.sh的
|
||||
replaceMap = [
|
||||
["@@@BOTTLENAME@@@", e5_text.text()],
|
||||
["@@@APPVER@@@", e2_text.text()],
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"Version": "4.1.1.0",
|
||||
"Version": "4.1.1.1",
|
||||
"Time": "未知",
|
||||
"Thank": [
|
||||
"感谢 @り哥拽的冇气质° 和 @杨 提供了 3a5000(新世界的测试机器)",
|
||||
|
Loading…
x
Reference in New Issue
Block a user