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 1284423 commit 0559e04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg-sidecar.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"assets": [
"node_modules/usb/prebuilds/**/node.napi.node",
"node_modules/lzma-native/**",
"node_modules/drivelist/build/Release/drivelist.node"
"node_modules/drivelist/build/Release/drivelist.node",
"node_modules/mountutils/Release/**"
]
}

0 comments on commit 0559e04

Please sign in to comment.