mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
fix: update fastlist directory
This commit is contained in:
@@ -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"
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user