mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: update fastlist directory
This commit is contained in:
parent
06d334d2d7
commit
f14ddba807
4 changed files with 5 additions and 7 deletions
|
@ -1,12 +1,8 @@
|
|||
const fs = require("fs");
|
||||
|
||||
if (process.platform === "win32") {
|
||||
if (!fs.existsSync("resources/dist")) {
|
||||
fs.mkdirSync("resources/dist");
|
||||
}
|
||||
|
||||
fs.copyFileSync(
|
||||
"node_modules/ps-list/vendor/fastlist-0.3.0-x64.exe",
|
||||
"resources/dist/fastlist.exe"
|
||||
"fastlist.exe"
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue