Skip to content

Commit

Permalink
Unpack .node files from ASAR
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderfrangos authored Jul 22, 2024
1 parent 5e9fcb4 commit a9a72ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@
"node_modules\\wmi-client\\**\\*",
"!node_modules\\wmi-client\\bin"
],
"asar": true,
"asarUnpack": [
"node_modules\\wmi-client\\**\\*",
"node_modules\\sharp\\**\\*",
"**\\*.node"
],
"win": {
"target": [
"nsis"
Expand Down

0 comments on commit a9a72ed

Please sign in to comment.