mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
chore: merge with main
This commit is contained in:
commit
4636571a25
16 changed files with 1567 additions and 1173 deletions
12
postinstall.cjs
Normal file
12
postinstall.cjs
Normal file
|
@ -0,0 +1,12 @@
|
|||
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"
|
||||
);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue