From 09eb12d7505b948329d8a0a383f6a419722351cc Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Thu, 18 May 2023 22:33:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=AE=80=E6=98=93=E6=89=93?= =?UTF-8?q?=E5=8C=85=E5=99=A8Installed-Size=E6=A0=BC=E5=BC=8F=E4=B8=8D?= =?UTF-8?q?=E8=A7=84=E8=8C=83=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deepin-wine-easy-packager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deepin-wine-easy-packager.py b/deepin-wine-easy-packager.py index df46fcd..6bfea10 100755 --- a/deepin-wine-easy-packager.py +++ b/deepin-wine-easy-packager.py @@ -539,7 +539,7 @@ class RunThread(QtCore.QThread): ["@@@Maintainer@@@", debMaintainer], ["@@@Depends@@@", debDepends], ["@@@Description@@@", debDescription], - ["@@@Installed-Size@@@", str(buildProgramSize)], + ["@@@Installed-Size@@@", str(int(buildProgramSize))], ["@@@Name@@@", exeName], ["@@@EXEC_PATH@@@", exePathInBottle], ["@@@Icon@@@", programIconPath]