fix: copy unrar.wasm as part of the postinstallation process

This commit is contained in:
lilezek 2024-05-04 19:27:14 +02:00
parent 8b304dc46c
commit 8caea2893d
4 changed files with 12 additions and 2 deletions

View file

@ -6,3 +6,5 @@ if (process.platform === "win32") {
"fastlist.exe"
);
}
fs.copyFileSync("node_modules/node-unrar-js/esm/js/unrar.wasm", "unrar.wasm");