diff --git a/__pycache__/getxmlimg.cpython-37.pyc b/__pycache__/getxmlimg.cpython-37.pyc index 0c94a9e..2639b87 100644 Binary files a/__pycache__/getxmlimg.cpython-37.pyc and b/__pycache__/getxmlimg.cpython-37.pyc differ diff --git a/information.json b/information.json index 5985c61..b414804 100755 --- a/information.json +++ b/information.json @@ -5,7 +5,7 @@ "https://github.com/gfdgd-xi/uengine-runner", "https://gitlink.org.cn/gfdgd_xi/uengine-runner" ], - "Version": "1.8.1-1", + "Version": "1.8.2", "System": "Linux(deepin/UOS)", "Tips": [ "更多可见:https://gitee.com/gfdgd-xi/uengine-runner/wikis 或程序的更多帮助", diff --git a/uengine-apk-builder b/uengine-apk-builder index 400c2d4..7f1d5a0 100755 --- a/uengine-apk-builder +++ b/uengine-apk-builder @@ -468,6 +468,7 @@ exitProgram = QtWidgets.QAction(langFile[lang]["Uengine Apk Builder"]["Menu"][0] exitProgram.triggered.connect(window.close) programmenu.addAction(exitProgram) # +check.setChecked(True) frame2.addWidget(check) frame2.addWidget(sizes) frame2.addWidget(button3) @@ -476,5 +477,9 @@ window.setWindowTitle(title) window.setCentralWidget(widget) window.setWindowIcon(QtGui.QIcon(iconPath)) window.resize(window.frameSize().width() * 1.3, window.frameSize().height() * 1.1) +try: + combobox1.setCurrentText(sys.argv[1]) +except: + print("无参数") window.show() sys.exit(app.exec_()) \ No newline at end of file