mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-13 01:58:27 +08:00
修复简易打包器Installed-Size格式不规范的问题
This commit is contained in:
parent
bf95889b93
commit
09eb12d750
@ -539,7 +539,7 @@ class RunThread(QtCore.QThread):
|
|||||||
["@@@Maintainer@@@", debMaintainer],
|
["@@@Maintainer@@@", debMaintainer],
|
||||||
["@@@Depends@@@", debDepends],
|
["@@@Depends@@@", debDepends],
|
||||||
["@@@Description@@@", debDescription],
|
["@@@Description@@@", debDescription],
|
||||||
["@@@Installed-Size@@@", str(buildProgramSize)],
|
["@@@Installed-Size@@@", str(int(buildProgramSize))],
|
||||||
["@@@Name@@@", exeName],
|
["@@@Name@@@", exeName],
|
||||||
["@@@EXEC_PATH@@@", exePathInBottle],
|
["@@@EXEC_PATH@@@", exePathInBottle],
|
||||||
["@@@Icon@@@", programIconPath]
|
["@@@Icon@@@", programIconPath]
|
||||||
|
Loading…
Reference in New Issue
Block a user