新增入口

This commit is contained in:
2023-01-14 18:02:09 +08:00
parent d8ddf03094
commit 167f286c88
5 changed files with 10 additions and 6 deletions

View File

@@ -551,7 +551,7 @@ if __name__ == "__main__":
ui = Ui_MainWindow()
pinLunLayout = QtWidgets.QHBoxLayout()
ui.setupUi(window)
window.setWindowTitle(f"UEngine 运行器 {version}——容器自动配置部署脚本")
window.setWindowTitle(f"UEngine 运行器 {version}——微型应用商店")
window.setWindowIcon(QtGui.QIcon(f"{programPath}/deepin-wine-runner.svg"))
iconPath = "{}/runner.svg".format(programPath)
window.show()