mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: copy vbs script to app resources
This commit is contained in:
parent
6e2136e155
commit
ebda8eccc6
3 changed files with 14 additions and 10 deletions
|
@ -47,11 +47,4 @@ const downloadAria2 = async () => {
|
|||
});
|
||||
};
|
||||
|
||||
if (process.platform === "win32") {
|
||||
fs.copyFileSync(
|
||||
"node_modules/ps-list/vendor/fastlist-0.3.0-x64.exe",
|
||||
"fastlist.exe"
|
||||
);
|
||||
}
|
||||
|
||||
downloadAria2();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue