新图标+Qemu镜像下载工具

This commit is contained in:
2022-11-30 22:15:35 +08:00
parent e78fb2b4a4
commit e724d19663
9 changed files with 438 additions and 7 deletions

View File

@@ -615,5 +615,10 @@ if __name__ == "__main__":
widget.setLayout(layout)
window.setCentralWidget(widget)
window.setWindowTitle(f"Wine 运行器 {version}——简易打包器")
try:
exePath.setText(sys.argv[1])
except:
pass
window.resize(int(window.frameGeometry().width() * 1.2), int(window.frameGeometry().height() * 1.1))
window.show()
sys.exit(app.exec_())