hydra/postinstall.cjs

9 lines
166 B
JavaScript
Raw Normal View History

2024-04-28 21:21:14 +03:00
const fs = require("fs");
if (process.platform === "win32") {
fs.copyFileSync(
"node_modules/ps-list/vendor/fastlist-0.3.0-x64.exe",
2024-04-30 22:04:42 +03:00
"fastlist.exe"
2024-04-28 21:21:14 +03:00
);
}