Skip to content

Commit

Permalink
Merge pull request #78 from cxfksword/10.9/preview
Browse files Browse the repository at this point in the history
tweak: update generate manifest version
  • Loading branch information
cxfksword authored May 12, 2024
2 parents f1f35a6 + 25a844a commit 8ded894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 8ded894

Please sign in to comment.