mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 10:16:11 +00:00
Update .config/generate_xml.py
Co-authored-by: Odd Stråbø <oddstr13@openshell.no>
This commit is contained in:
parent
564982919d
commit
6af4cfc05f
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ for dep in deps:
|
|||
|
||||
# Update version string
|
||||
addon_version = data.get('version')
|
||||
root.attrib['version'] = f'{addon_version}-{py_version}'
|
||||
root.attrib['version'] = f'{addon_version}+{py_version}'
|
||||
|
||||
# Changelog
|
||||
date = datetime.today().strftime('%Y-%m-%d')
|
||||
|
|
Loading…
Reference in a new issue