tweak: update generate manifest version

This commit is contained in:
cxfksword 2024-05-12 18:03:34 +08:00
parent 96be3222f9
commit 25a844a2c4
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ def generate_version(filepath, version, changelog):
return {
'version': f"{version}.0",
'changelog': changelog,
'targetAbi': '10.8.0.0',
'targetAbi': '10.9.0.0',
'sourceUrl': f'https://github.com/cxfksword/jellyfin-plugin-metashark/releases/download/v{version}/metashark_{version}.0.zip',
'checksum': md5sum(filepath),
'timestamp': datetime.now().strftime('%Y-%m-%dT%H:%M:%S')