mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 11:02:04 +08:00
?
修改: deb/DEBIAN/control 修改: deb/opt/apps/deepin-wine-runner/deepin-wine-packager.py 修改: deb/opt/apps/deepin-wine-runner/deepin-wine-runner 修改: deb/opt/apps/deepin-wine-runner/information.json 修改: deb/opt/apps/deepin-wine-runner/package-script.zip 修改: deb/opt/apps/deepin-wine-runner/wine/installwine 修改: information.json 修改: mainwindow.py 修改: package-script.zip 修改: package-script/information.json 修改: wine/installwine
This commit is contained in:
@@ -178,7 +178,7 @@ class DownloadThread(QtCore.QThread):
|
||||
if self.downloadUnzip:
|
||||
path = f"{programPath}/{self.fileSaveName.replace('.7z', '')}"
|
||||
shellCommand += f"""mkdir -p \"{path}\"
|
||||
7z x \"{savePath}\" -o\"{path}\"
|
||||
7z x -y \"{savePath}\" -o\"{path}\"
|
||||
"""
|
||||
if self.downloadDeleteZip:
|
||||
shellCommand += f"rm -rf \"{savePath}\"\n"
|
||||
@@ -287,6 +287,7 @@ if __name__ == "__main__":
|
||||
# 窗口构建
|
||||
window = QtWidgets.QMainWindow()
|
||||
ui = Ui_MainWindow()
|
||||
window.setWindowIcon(QtGui.QIcon(f"{programPath}/../deepin-wine-runner.svg"))
|
||||
ui.setupUi(window)
|
||||
window.show()
|
||||
# 连接信号
|
||||
|
||||
Reference in New Issue
Block a user