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:
parent
859e530495
commit
c5c0845390
2
setup.py
2
setup.py
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user