mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-13 10:08:28 +08:00
修复选非Gitlink源无法正常安装wine的问题
This commit is contained in:
parent
f54e589e3d
commit
e9d8bc1ee3
@ -315,7 +315,7 @@ def on_addButton_clicked():
|
|||||||
dialog,
|
dialog,
|
||||||
downloadUrl,
|
downloadUrl,
|
||||||
"",
|
"",
|
||||||
internetJsonList[choose][1],
|
os.path.basename(internetJsonList[choose][1]),
|
||||||
ui.localWineList,
|
ui.localWineList,
|
||||||
ui.deleteZip.isChecked(),
|
ui.deleteZip.isChecked(),
|
||||||
not ui.unzip.isChecked(),
|
not ui.unzip.isChecked(),
|
||||||
|
Loading…
Reference in New Issue
Block a user