fix: unpack native .node binaries from asar for uiohook-napi

Removed blanket !node_modules exclusion and added asarUnpack for .node
files so uiohook-napi's native binary can be loaded at runtime.
This commit is contained in:
Jannis Braun
2026-03-22 22:27:10 +01:00
parent 39ee894d77
commit e5bf5f71ab
+2 -1
View File
@@ -6,7 +6,8 @@ directories:
files:
- dist/**/*
- resources/**/*
- "!node_modules"
asarUnpack:
- "**/*.node"
publish:
- provider: github
owner: TheZwiss