fix: copy vbs script to app resources

This commit is contained in:
Zamitto 2024-06-21 21:17:57 -03:00
parent 6e2136e155
commit ebda8eccc6
3 changed files with 14 additions and 10 deletions

View file

@ -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();