mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
fix: include src/ plugin modules in release assets
This commit is contained in:
parent
0816f43e99
commit
56ee621bd7
1 changed files with 3 additions and 0 deletions
|
|
@ -31,6 +31,9 @@ PLUGIN_FILES = [
|
|||
ROOT / "paperforge" / "plugin" / "main.js",
|
||||
ROOT / "paperforge" / "plugin" / "styles.css",
|
||||
ROOT / "paperforge" / "plugin" / "manifest.json",
|
||||
ROOT / "paperforge" / "plugin" / "src" / "runtime.js",
|
||||
ROOT / "paperforge" / "plugin" / "src" / "errors.js",
|
||||
ROOT / "paperforge" / "plugin" / "src" / "commands.js",
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue