Fix Windows shortcut updates and sign .node artifacts

- use `replace` when writing Windows mpv shortcuts and update tests
- include `*.node` files in SignPath Authenticode signing config
- document WinShell plugin sourcing in installer/build notes
This commit is contained in:
2026-03-08 19:14:02 -07:00
parent 2770a58cbf
commit 6ce86cf42c
5 changed files with 11 additions and 5 deletions

View File

@@ -12,6 +12,9 @@
<pe-file path="*.dll" max-matches="unbounded">
<authenticode-sign />
</pe-file>
<pe-file path="*.node" max-matches="unbounded">
<authenticode-sign />
</pe-file>
</directory>
</zip-file>
</zip-file>