Skip to content

Commit

Permalink
tweak: update generate manifest version
Browse files Browse the repository at this point in the history
  • Loading branch information
cxfksword committed May 12, 2024
1 parent 96be322 commit 25a844a
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 25a844a

Please sign in to comment.