Skip to content

Commit

Permalink
patch: fix sidecar native modules for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
aethernet committed Sep 5, 2023
1 parent 493dfed commit 2c54b9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg-sidecar.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"assets": [
"node_modules/usb/prebuilds/**/node.napi.node",
"node_modules/lzma-native/prebuilds/**/node.napi.node",
"node_modules/drivelist/build/Release/drivelist.node"
"node_modules/lzma-native/**",
"node_modules/drivelist/build/Release/drivelist.node",
"node_modules/mountutils/Release/**"
]
}

0 comments on commit 2c54b9d

Please sign in to comment.