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