From 9dec5f95ec413ff8534b2b8808accbaeb22b726f Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Wed, 24 Jun 2015 16:08:26 +0100 Subject: [PATCH] Reduce display size of version text in Windows appcast item. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c11f0e16..ae527339 100755 --- a/setup.py +++ b/setup.py @@ -130,7 +130,7 @@ appcast.write(''' \t\t\tRelease {0} \t\t\t \t\t\t\tRelease {0} +Release {0:.2f} @@ -144,4 +144,4 @@ appcast.write(''' \t\t\t\ttype="application/octet-stream" \t\t\t/> \t\t -'''.format(float(SHORTVERSION)/100, SHORTVERSION, PKG, sys.platform=='darwin' and 'osx' or 'windows"\n\t\t\t\tsparkle:installerArguments="/passive', VERSION, os.stat(PKG).st_size)) +'''.format(float(SHORTVERSION)/100, SHORTVERSION, PKG, sys.platform=='darwin' and 'osx' or 'windows"\n\t\t\t\tsparkle:installerArguments="/passive', VERSION, os.stat(PKG).st_size, sys.platform=='darwin' and 2 or 3))