mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-02-05 04:48:07 +08:00
修改简易打包器打包策略
This commit is contained in:
parent
47cffa0637
commit
1942299850
@ -644,8 +644,9 @@ if __name__ == "__main__":
|
|||||||
"使用 Deepin Wine5 打包应用",
|
"使用 Deepin Wine5 打包应用",
|
||||||
"使用 Deepin Wine2 打包应用"
|
"使用 Deepin Wine2 打包应用"
|
||||||
]
|
]
|
||||||
wineChooserIndex = 0
|
wineChooserIndex = 2
|
||||||
wineList = ["spark-wine8", "spark-wine7-devel", "deepin-wine6-stable", "deepin-wine5-stable", "deepin-wine5", "deepin-wine"]
|
wineList = ["spark-wine8", "spark-wine7-devel", "deepin-wine6-stable", "deepin-wine5-stable", "deepin-wine5", "deepin-wine"]
|
||||||
|
if os.system("which deepin-wine6-stable"):
|
||||||
for i in range(len(wineList)):
|
for i in range(len(wineList)):
|
||||||
if not os.system(f"which '{wineList[i]}'"):
|
if not os.system(f"which '{wineList[i]}'"):
|
||||||
wineChooserIndex = i
|
wineChooserIndex = i
|
||||||
|
Loading…
x
Reference in New Issue
Block a user