fix: notsupported again
All checks were successful
Create Release PR / Create Release PR (push) Successful in 11s

This commit is contained in:
2026-03-01 17:02:47 +01:00
parent 7adae0587b
commit 0646c7f731
2 changed files with 7 additions and 3 deletions

View File

@@ -43,8 +43,11 @@ jobs:
- name: Create plugin ZIP
run: |
# Only include plugin DLL and actual dependencies (not Jellyfin framework DLLs)
cd publish
zip -r ../smartnotify_${VERSION}.zip .
zip ../smartnotify_${VERSION}.zip \
Jellyfin.Plugin.SmartNotify.dll \
LiteDB.dll
cd ..
# Calculate MD5 checksum

1
.gitignore vendored
View File

@@ -1 +1,2 @@
.claude
buildedplugin