mirror of
https://github.com/cxfksword/jellyfin-plugin-danmu.git
synced 2026-05-04 12:20:19 +08:00
build: update build script
This commit is contained in:
@@ -56,7 +56,7 @@ def main():
|
||||
raise
|
||||
|
||||
# 追加新版本/覆盖旧版本
|
||||
manifest[0]['versions'] = list(filter(lambda x: x['version'] == version, manifest[0]['versions']))
|
||||
manifest[0]['versions'] = list(filter(lambda x: x['version'] != f"{version}.0", manifest[0]['versions']))
|
||||
manifest[0]['versions'].insert(0, generate_version(filepath, version, changelog))
|
||||
|
||||
with open('manifest.json', 'w') as f:
|
||||
|
||||
Reference in New Issue
Block a user