We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1f35a6 + 25a844a commit 8ded894Copy full SHA for 8ded894
scripts/generate_manifest.py
@@ -26,7 +26,7 @@ def generate_version(filepath, version, changelog):
26
return {
27
'version': f"{version}.0",
28
'changelog': changelog,
29
- 'targetAbi': '10.8.0.0',
+ 'targetAbi': '10.9.0.0',
30
'sourceUrl': f'https://github.com/cxfksword/jellyfin-plugin-metashark/releases/download/v{version}/metashark_{version}.0.zip',
31
'checksum': md5sum(filepath),
32
'timestamp': datetime.now().strftime('%Y-%m-%dT%H:%M:%S')
0 commit comments