mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-12 01:28:28 +08:00
《京剧猫》真好看,再看亿集再写代码
This commit is contained in:
parent
bcebe543cc
commit
9c0e2d11b3
0
IconList.json
Normal file → Executable file
0
IconList.json
Normal file → Executable file
0
QemuDownload.py
Normal file → Executable file
0
QemuDownload.py
Normal file → Executable file
0
QemuRun.py
Normal file → Executable file
0
QemuRun.py
Normal file → Executable file
0
UnMount.sh
Normal file → Executable file
0
UnMount.sh
Normal file → Executable file
0
Wine运行器和Wine打包器傻瓜式使用教程(小白专用)20221126-V2.pdf
Normal file → Executable file
0
Wine运行器和Wine打包器傻瓜式使用教程(小白专用)20221126-V2.pdf
Normal file → Executable file
0
arm-package.7z
Normal file → Executable file
0
arm-package.7z
Normal file → Executable file
0
deepin-wine-easy-packager.py
Normal file → Executable file
0
deepin-wine-easy-packager.py
Normal file → Executable file
0
dlls-arm.7z
Normal file → Executable file
0
dlls-arm.7z
Normal file → Executable file
@ -2419,6 +2419,7 @@ installWineOnDeepin23 = QtWidgets.QAction(QtCore.QCoreApplication.translate("U",
|
||||
installWineOnDeepin23Alpha = QtWidgets.QAction(QtCore.QCoreApplication.translate("U", "安装 wine(只限Deepin23 Alpha)"))
|
||||
installWineHQ = QtWidgets.QAction(QtCore.QCoreApplication.translate("U", "安装 WineHQ"))
|
||||
installMoreWine = QtWidgets.QAction(QtCore.QCoreApplication.translate("U", "安装更多 Wine"))
|
||||
downloadChrootBottle = QtWidgets.QAction(QtCore.QCoreApplication.translate("U", "下载 Chroot 容器"))
|
||||
p2 = QtWidgets.QAction(QtCore.QCoreApplication.translate("U", "设置程序(&S)"))
|
||||
p3 = QtWidgets.QAction(QtCore.QCoreApplication.translate("U", "清空软件历史记录(&C)"))
|
||||
cleanCache = QtWidgets.QAction(QtCore.QCoreApplication.translate("U", "清空软件缓存"))
|
||||
@ -2429,6 +2430,7 @@ programmenu.addAction(installWineOnDeepin23)
|
||||
programmenu.addAction(installWineOnDeepin23Alpha)
|
||||
programmenu.addAction(installWineHQ)
|
||||
programmenu.addAction(installMoreWine)
|
||||
programmenu.addAction(downloadChrootBottle)
|
||||
programmenu.addSeparator()
|
||||
programmenu.addAction(p2)
|
||||
programmenu.addSeparator()
|
||||
@ -2442,6 +2444,7 @@ installWineOnDeepin23.triggered.connect(InstallWineOnDeepin23)
|
||||
installWineOnDeepin23Alpha.triggered.connect(InstallWineOnDeepin23Alpha)
|
||||
installWineHQ.triggered.connect(InstallWineHQ)
|
||||
installMoreWine.triggered.connect(lambda: threading.Thread(target=os.system, args=[f"'{programPath}/wine/installwine'"]).start())
|
||||
downloadChrootBottle.triggered.connect(lambda: threading.Thread(target=os.system, args=[f"'{programPath}/QemuDownload.py'"]).start())
|
||||
p2.triggered.connect(ProgramSetting.ShowWindow)
|
||||
p3.triggered.connect(CleanProgramHistory)
|
||||
cleanCache.triggered.connect(CleanProgramCache)
|
||||
|
0
winelist.json
Normal file → Executable file
0
winelist.json
Normal file → Executable file
Loading…
Reference in New Issue
Block a user