1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

Fix formatting of release number in appcast.

This commit is contained in:
Jonathan Harris 2015-08-01 23:50:01 +01:00
parent 859e530495
commit c5c0845390

View File

@ -128,7 +128,7 @@ else:
appcast = open('appcast_%s_%s.xml' % (sys.platform=='darwin' and 'mac' or 'win', SHORTVERSION), 'w')
appcast.write('''
\t\t<item>
\t\t\t<title>Release {0}</title>
\t\t\t<title>Release {0:.2f}</title>
\t\t\t<description>
\t\t\t\t<![CDATA[{6}
<h2>Release {0:.2f}</h2>