Update the build plugin api params (#615)

* Update the build plugin api params

* update seek

* fix lint
This commit is contained in:
Wu Clan
2025-05-20 19:45:22 +08:00
committed by GitHub
parent 1a7734185f
commit 63ba7646c1
2 changed files with 4 additions and 4 deletions
@@ -184,6 +184,7 @@ class PluginService:
arcname = os.path.relpath(file_path, start=plugin_dir)
zf.write(file_path, arcname)
bio.seek(0)
return bio