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:
@@ -6,7 +6,8 @@ directories:
|
||||
files:
|
||||
- dist/**/*
|
||||
- resources/**/*
|
||||
- "!node_modules"
|
||||
asarUnpack:
|
||||
- "**/*.node"
|
||||
publish:
|
||||
- provider: github
|
||||
owner: TheZwiss
|
||||
|
||||
Reference in New Issue
Block a user