Skip to content

Commit

Permalink
Fix: Update targetAbi to 10.* in meta.json generation
Browse files Browse the repository at this point in the history
  • Loading branch information
grunwalski committed Jan 26, 2025
1 parent 222a8d3 commit 96a48c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cat > Jellyfin.Plugin.DelayedRelease/bin/Debug/net8.0/meta.json << EOF
"name": "Delayed Release",
"overview": "A plugin for delayed release of media",
"owner": "your-username",
"targetAbi": "10.10.0.0",
"targetAbi": "10.*",
"timestamp": "$(date -u +"%Y-%m-%dT%H:%M:%S.0000000Z")",
"version": "0.0.0.2",
"status": "Active",
Expand Down

0 comments on commit 96a48c0

Please sign in to comment.